diff options
author | Raja R Harinath <harinath@src.gnome.org> | 2000-10-09 20:15:55 +0000 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 2000-10-09 20:15:55 +0000 |
commit | 61f2f04c41725909f8fe23a1a54064afdd88ffa8 (patch) | |
tree | 42dcfc3899e4b3530fba5cf6a971b31710ebab45 /Makefile.am | |
parent | 412710cbcdfeb50bf9ce4024a4356829eb18054a (diff) |
Use this to specify that 'configure' depends on acglib.m4.
* Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify
that 'configure' depends on acglib.m4.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |