mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
409af62fa8
Overview of Changes in GTK+ 1.2.8: * GNU Make 3.79 bug workaround * FAQ and tutorial updates and improvements * Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection Overview of Changes in GLib 1.2.8: * GArray zero initialization bug fixed * Fix for upper bound calculation of formatted strings * Improved GCC detection * AIX dynamic modules fix to retrive symbols from shared libraries for the main program. * Miscellaneous other minor bug fixes
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
--- Makefile.in.orig Fri Sep 24 09:12:11 1999
|
|
+++ Makefile.in Sat Oct 9 22:05:42 1999
|
|
@@ -129,7 +129,7 @@
|
|
SRC_SUBDIRS = gdk gtk
|
|
SUBDIRS = po $(SRC_SUBDIRS) docs
|
|
|
|
-bin_SCRIPTS = gtk-config
|
|
+bin_SCRIPTS = gtk@LT_RELEASE@-config
|
|
|
|
# require automake 1.4
|
|
AUTOMAKE_OPTIONS = 1.4
|
|
@@ -142,7 +142,7 @@
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = config.h
|
|
-CONFIG_CLEAN_FILES = gtk+.spec gtk-config
|
|
+CONFIG_CLEAN_FILES = gtk+.spec gtk@LT_RELEASE@-config
|
|
SCRIPTS = $(bin_SCRIPTS)
|
|
|
|
DATA = $(m4data_DATA)
|
|
@@ -204,7 +204,10 @@
|
|
maintainer-clean-hdr:
|
|
gtk+.spec: $(top_builddir)/config.status gtk+.spec.in
|
|
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
-gtk-config: $(top_builddir)/config.status gtk-config.in
|
|
+gtk@LT_RELEASE@-config.in: gtk-config.in
|
|
+ cp gtk-config.in gtk@LT_RELEASE@-config.in
|
|
+
|
|
+gtk@LT_RELEASE@-config: $(top_builddir)/config.status gtk@LT_RELEASE@-config.in
|
|
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
install-binSCRIPTS: $(bin_SCRIPTS)
|
|
@@ -413,7 +416,6 @@
|
|
|| exit 1; \
|
|
fi; \
|
|
done
|
|
- $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
|
|
info-am:
|
|
info: info-recursive
|
|
dvi-am:
|