From: Raja R Harinath Date: Mon, 9 Oct 2000 20:15:55 +0000 (+0000) Subject: Use this to specify that 'configure' depends on acglib.m4. X-Git-Tag: GLIB_1_3_2~92 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61f2f04c41725909f8fe23a1a54064afdd88ffa8;p=platform%2Fupstream%2Fglib.git Use this to specify that 'configure' depends on acglib.m4. * Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify that 'configure' depends on acglib.m4. --- diff --git a/ChangeLog b/ChangeLog index b8738da..df41987 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 b8738da..df41987 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 b8738da..df41987 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 b8738da..df41987 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 b8738da..df41987 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 b8738da..df41987 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 b8738da..df41987 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 b8738da..df41987 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 127d248..280477a 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 127d248..280477a 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