summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>2000-10-09 20:15:55 +0000
committerRaja R Harinath <harinath@src.gnome.org>2000-10-09 20:15:55 +0000
commit61f2f04c41725909f8fe23a1a54064afdd88ffa8 (patch)
tree42dcfc3899e4b3530fba5cf6a971b31710ebab45 /glib
parent412710cbcdfeb50bf9ce4024a4356829eb18054a (diff)
downloadglib-61f2f04c41725909f8fe23a1a54064afdd88ffa8.tar.gz
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 'glib')
-rw-r--r--glib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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