diff --git a/ChangeLog b/ChangeLog index b8738da28..df419872e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ +2000-10-09 Raja R Harinath + + * Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify + that 'configure' depends on acglib.m4. + 2000-10-09 Havoc Pennington - * Makefile.am, tests/Makefile.am: Add new files. + * Makefile.am, tests/Makefile.am: Add new files. * tests/spawn-test.c, tests/shell-test.c: new tests for the shell/spawn stuff diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index b8738da28..df419872e 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,6 +1,11 @@ +2000-10-09 Raja R Harinath + + * Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify + that 'configure' depends on acglib.m4. + 2000-10-09 Havoc Pennington - * Makefile.am, tests/Makefile.am: Add new files. + * Makefile.am, tests/Makefile.am: Add new files. * tests/spawn-test.c, tests/shell-test.c: new tests for the shell/spawn stuff diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b8738da28..df419872e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,6 +1,11 @@ +2000-10-09 Raja R Harinath + + * Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify + that 'configure' depends on acglib.m4. + 2000-10-09 Havoc Pennington - * Makefile.am, tests/Makefile.am: Add new files. + * Makefile.am, tests/Makefile.am: Add new files. * tests/spawn-test.c, tests/shell-test.c: new tests for the shell/spawn stuff diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index b8738da28..df419872e 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,6 +1,11 @@ +2000-10-09 Raja R Harinath + + * Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify + that 'configure' depends on acglib.m4. + 2000-10-09 Havoc Pennington - * Makefile.am, tests/Makefile.am: Add new files. + * Makefile.am, tests/Makefile.am: Add new files. * tests/spawn-test.c, tests/shell-test.c: new tests for the shell/spawn stuff diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index b8738da28..df419872e 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,6 +1,11 @@ +2000-10-09 Raja R Harinath + + * Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify + that 'configure' depends on acglib.m4. + 2000-10-09 Havoc Pennington - * Makefile.am, tests/Makefile.am: Add new files. + * Makefile.am, tests/Makefile.am: Add new files. * tests/spawn-test.c, tests/shell-test.c: new tests for the shell/spawn stuff diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index b8738da28..df419872e 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,6 +1,11 @@ +2000-10-09 Raja R Harinath + + * Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify + that 'configure' depends on acglib.m4. + 2000-10-09 Havoc Pennington - * Makefile.am, tests/Makefile.am: Add new files. + * Makefile.am, tests/Makefile.am: Add new files. * tests/spawn-test.c, tests/shell-test.c: new tests for the shell/spawn stuff diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index b8738da28..df419872e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,6 +1,11 @@ +2000-10-09 Raja R Harinath + + * Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify + that 'configure' depends on acglib.m4. + 2000-10-09 Havoc Pennington - * Makefile.am, tests/Makefile.am: Add new files. + * Makefile.am, tests/Makefile.am: Add new files. * tests/spawn-test.c, tests/shell-test.c: new tests for the shell/spawn stuff diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b8738da28..df419872e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,6 +1,11 @@ +2000-10-09 Raja R Harinath + + * Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify + that 'configure' depends on acglib.m4. + 2000-10-09 Havoc Pennington - * Makefile.am, tests/Makefile.am: Add new files. + * Makefile.am, tests/Makefile.am: Add new files. * tests/spawn-test.c, tests/shell-test.c: new tests for the shell/spawn stuff diff --git a/Makefile.am b/Makefile.am index 127d248a1..280477ad1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,7 +100,7 @@ install-exec-local: glibconfig.h if test -r $$file && cmp -s glibconfig.h $$file; then :; \ else $(INSTALL_DATA) glibconfig.h $$file; fi -configure: configure.in acglib.m4 +CONFIGURE_DEPENDENCIES = acglib.m4 BUILT_SOURCES = stamp-gc-h #note: not glibconfig.h glibconfig.h: stamp-gc-h diff --git a/glib/Makefile.am b/glib/Makefile.am index 127d248a1..280477ad1 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -100,7 +100,7 @@ install-exec-local: glibconfig.h if test -r $$file && cmp -s glibconfig.h $$file; then :; \ else $(INSTALL_DATA) glibconfig.h $$file; fi -configure: configure.in acglib.m4 +CONFIGURE_DEPENDENCIES = acglib.m4 BUILT_SOURCES = stamp-gc-h #note: not glibconfig.h glibconfig.h: stamp-gc-h