From 0bda0d4fc9041d2f12207cbb4f60f9d898a4b097 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Tue, 8 Dec 1998 23:38:19 +0000 Subject: [PATCH] Let aclocal.m4 depend on libgtop-sysdeps.m4 in maintainer mode. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 53fb49a1..7cf560c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,8 @@ bin_SCRIPTS = $(top_builddir)/libgtop-config @MAINT@macros/macros.dep: macros/Makefile.am @MAINT@ cd macros && $(MAKE) macros.dep +@MAINT@$(top_srcdir)/aclocal.m4: libgtop-sysdeps.m4 + ## We create libgtopConf.sh here and not from configure because we want ## to get the paths expanded correctly. Macros like srcdir are given ## the value NONE in configure if the user doesn't specify them (this