Use this to specify that 'configure' depends on acglib.m4.

* Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify
that 'configure' depends on acglib.m4.
This commit is contained in:
Raja R Harinath 2000-10-09 20:15:55 +00:00
parent 412710cbcd
commit 61f2f04c41
10 changed files with 50 additions and 10 deletions

View File

@ -1,6 +1,11 @@
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify
that 'configure' depends on acglib.m4.
2000-10-09 Havoc Pennington <hp@redhat.com> 2000-10-09 Havoc Pennington <hp@redhat.com>
* 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 * tests/spawn-test.c, tests/shell-test.c: new tests for
the shell/spawn stuff the shell/spawn stuff

View File

@ -1,6 +1,11 @@
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify
that 'configure' depends on acglib.m4.
2000-10-09 Havoc Pennington <hp@redhat.com> 2000-10-09 Havoc Pennington <hp@redhat.com>
* 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 * tests/spawn-test.c, tests/shell-test.c: new tests for
the shell/spawn stuff the shell/spawn stuff

View File

@ -1,6 +1,11 @@
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify
that 'configure' depends on acglib.m4.
2000-10-09 Havoc Pennington <hp@redhat.com> 2000-10-09 Havoc Pennington <hp@redhat.com>
* 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 * tests/spawn-test.c, tests/shell-test.c: new tests for
the shell/spawn stuff the shell/spawn stuff

View File

@ -1,6 +1,11 @@
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify
that 'configure' depends on acglib.m4.
2000-10-09 Havoc Pennington <hp@redhat.com> 2000-10-09 Havoc Pennington <hp@redhat.com>
* 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 * tests/spawn-test.c, tests/shell-test.c: new tests for
the shell/spawn stuff the shell/spawn stuff

View File

@ -1,6 +1,11 @@
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify
that 'configure' depends on acglib.m4.
2000-10-09 Havoc Pennington <hp@redhat.com> 2000-10-09 Havoc Pennington <hp@redhat.com>
* 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 * tests/spawn-test.c, tests/shell-test.c: new tests for
the shell/spawn stuff the shell/spawn stuff

View File

@ -1,6 +1,11 @@
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify
that 'configure' depends on acglib.m4.
2000-10-09 Havoc Pennington <hp@redhat.com> 2000-10-09 Havoc Pennington <hp@redhat.com>
* 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 * tests/spawn-test.c, tests/shell-test.c: new tests for
the shell/spawn stuff the shell/spawn stuff

View File

@ -1,6 +1,11 @@
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify
that 'configure' depends on acglib.m4.
2000-10-09 Havoc Pennington <hp@redhat.com> 2000-10-09 Havoc Pennington <hp@redhat.com>
* 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 * tests/spawn-test.c, tests/shell-test.c: new tests for
the shell/spawn stuff the shell/spawn stuff

View File

@ -1,6 +1,11 @@
2000-10-09 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify
that 'configure' depends on acglib.m4.
2000-10-09 Havoc Pennington <hp@redhat.com> 2000-10-09 Havoc Pennington <hp@redhat.com>
* 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 * tests/spawn-test.c, tests/shell-test.c: new tests for
the shell/spawn stuff the shell/spawn stuff

View File

@ -100,7 +100,7 @@ install-exec-local: glibconfig.h
if test -r $$file && cmp -s glibconfig.h $$file; then :; \ if test -r $$file && cmp -s glibconfig.h $$file; then :; \
else $(INSTALL_DATA) glibconfig.h $$file; fi 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 BUILT_SOURCES = stamp-gc-h #note: not glibconfig.h
glibconfig.h: stamp-gc-h glibconfig.h: stamp-gc-h

View File

@ -100,7 +100,7 @@ install-exec-local: glibconfig.h
if test -r $$file && cmp -s glibconfig.h $$file; then :; \ if test -r $$file && cmp -s glibconfig.h $$file; then :; \
else $(INSTALL_DATA) glibconfig.h $$file; fi 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 BUILT_SOURCES = stamp-gc-h #note: not glibconfig.h
glibconfig.h: stamp-gc-h glibconfig.h: stamp-gc-h