From 447ef8971aba130e826df64f0084798cbbd5fa6e Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 23 Aug 1998 17:47:39 +0000 Subject: Copied some stuff here that was already fixed in CVS. svn path=/branches/GNOME_0_27_PATCHES/; revision=345 --- support/ChangeLog | 21 +++++++++++++++++++++ support/Makefile.am | 15 +++++++++++++-- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/support/ChangeLog b/support/ChangeLog index aba1203..1ce3476 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,24 @@ +1998-08-18 Martin Baulig + + * Makefile.am: Added explicit dependency `error.c: gnomesupport.h'. + + * gnomesupport-fake.h: Include `sys/types.h' to get `size_t' under + FreeBSD. + + * gnomesupport-fake.h: Include `gnomesupport.h' only if we really + `NEED_GNOMESUPPORT_H'. + +1998-08-16 Martin Baulig + + * Makefile.am (EXTRA_DIST): Added all source and header files that + are in CVS to make sure everything is included in the distribution + no matter which files are used on the build system. + +1998-08-15 Raja R Harinath + + * Makefile.am (libgnomesupport_la_SOURCES): List `gnomesupport.h' + here in the hope that it'll ensure that it is built. + 1998-08-05 Raja R Harinath * Makefile.am (noinst_HEADERS): Add `gnomesupport-fake.h'. diff --git a/support/Makefile.am b/support/Makefile.am index 1c4e8a0..6e0ae3a 100644 --- a/support/Makefile.am +++ b/support/Makefile.am @@ -17,16 +17,27 @@ supportinclude_DATA = gnomesupport.h # should not be installed noinst_HEADERS = argp-fmtstream.h argp-namefrob.h gnomesupport-fake.h -libgnomesupport_la_SOURCES = long-options.c gnome-argp.c +# gnomesupport.h is listed here to ensure that it is built +libgnomesupport_la_SOURCES = gnomesupport.h long-options.c gnome-argp.c libgnomesupport_la_LIBADD = @LTLIBOBJS@ libgnomesupport_la_LDFLAGS = -version-info 0:0:0 BUILT_SOURCES = gnomesupport.h +error.c: gnomesupport.h + gnomesupport.h: gnomesupport.awk $(top_builddir)/config.h $(AWK) -f $(srcdir)/gnomesupport.awk < $(top_builddir)/config.h > gsh-t mv gsh-t gnomesupport.h endif -EXTRA_DIST = argp-test.c argp.texi gnomesupport.awk +EXTRA_DIST = argp-test.c argp.texi gnomesupport.awk README-gnome \ + argp-ba.c argp-eexst.c argp-fmtstream.c argp-fmtstream.h \ + argp-fs-xinl.c argp-help.c argp-namefrob.h argp-parse.c \ + argp-pv.c argp-pvh.c argp-test.c argp-xinl.c argp.h \ + easy-vsnprintf.c getopt.c getopt.h getopt1.c gnome-argp.c \ + gnome-argp.h long-options.c long-options.h memmove.c mkstemp.c \ + scandir.c strcasecmp.c strerror.c strndup.c strnlen.c strtod.c \ + strtok_r.c strtol.c strtoul.c vasprintf.c vsnprintf.c error.h \ + gnomesupport-fake.h error.c -- cgit v1.2.1