From: Paul Eggert Date: Wed, 23 Aug 2006 18:37:27 +0000 (+0000) Subject: * .cvsignore: Remove config.h, config.hin, as they are now X-Git-Tag: v6.2~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b1ba27c958ba4593d7a1e741ee4cb30ff95826c;p=thirdparty%2Fcoreutils.git * .cvsignore: Remove config.h, config.hin, as they are now in lib. * configure.ac (AC_CONFIG_HEADERS): Move config.h and config.hin to lib. * lib/.cvsignore: Add config.h, config.hin. * lib/Makefile.am (AM_CPPFLAGS): Remove; we no longer need '-I..'. * src/Makefile.am (AM_CPPFLAGS): Remove '-I..'; no longer needed. --- diff --git a/.cvsignore b/.cvsignore index dc06f0b2f3..45cfe2a0e6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -8,8 +8,6 @@ Makefile Makefile.in THANKS-to-translators aclocal.m4 -config.h -config.hin config.status configure stamp-h1 diff --git a/ChangeLog b/ChangeLog index c716782e61..2010825bc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2006-08-23 Paul Eggert + * .cvsignore: Remove config.h, config.hin, as they are now + in lib. + * configure.ac (AC_CONFIG_HEADERS): Move config.h and config.hin + to lib. + * src/Makefile.am (AM_CPPFLAGS): Remove '-I..'; no longer needed. + * bootstrap (slurp): Define gl_LOCK_EARLY instead of gl_LOCK, to accommodate today's gnulib change. diff --git a/configure.ac b/configure.ac index 70633a2254..c20d0b591e 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_INIT([GNU coreutils],[6.2-cvs],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) -AC_CONFIG_HEADERS([config.h:config.hin]) +AC_CONFIG_HEADERS([lib/config.h:lib/config.hin]) AB_INIT() AM_INIT_AUTOMAKE([1.9.6 gnits dist-bzip2]) diff --git a/lib/.cvsignore b/lib/.cvsignore index 3e1851e0c4..d943f86063 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -41,6 +41,8 @@ close-stream.h closeout.c closeout.h config.charset +config.h +config.hin creat-safer.c cycle-check.c cycle-check.h diff --git a/lib/ChangeLog b/lib/ChangeLog index 02e235bfeb..03d1599cdd 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-08-23 Paul Eggert + + * .cvsignore: Add config.h, config.hin. + * Makefile.am (AM_CPPFLAGS): Remove; we no longer need '-I..'. + 2006-08-22 Paul Eggert * .cvsignore: Add Makefile.in, getdate.tab.h. diff --git a/lib/Makefile.am b/lib/Makefile.am index 85750f6208..61d8e1fc21 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -19,7 +19,6 @@ include gnulib.mk -AM_CPPFLAGS += -I.. AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS) noinst_PROGRAMS = t-fpending diff --git a/src/Makefile.am b/src/Makefile.am index c65d2be2a6..8442b8e63d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,7 +50,7 @@ EXTRA_DIST = dcgen dircolors.hin tac-pipe.c \ groups.sh wheel-gen.pl extract-magic c99-to-c89.diff CLEANFILES = $(SCRIPTS) su -AM_CPPFLAGS = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I../lib +AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir)/lib -I../lib # Sometimes, the expansion of $(LIBINTL) includes -lc which may # include modules defining variables like `optind', so libcoreutils.a