mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
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:
parent
412710cbcd
commit
61f2f04c41
@ -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>
|
||||
|
||||
* 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
|
||||
|
@ -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>
|
||||
|
||||
* 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
|
||||
|
@ -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>
|
||||
|
||||
* 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
|
||||
|
@ -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>
|
||||
|
||||
* 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
|
||||
|
@ -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>
|
||||
|
||||
* 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
|
||||
|
@ -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>
|
||||
|
||||
* 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
|
||||
|
@ -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>
|
||||
|
||||
* 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
|
||||
|
@ -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>
|
||||
|
||||
* 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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user