From 94c194948f6ae14b61872a9a80ff79bbfe566b2f Mon Sep 17 00:00:00 2001 From: hniksic Date: Fri, 24 Jun 2005 06:34:30 -0700 Subject: [PATCH] [svn] Remove the aclocal.m4 dependencies. --- ChangeLog | 5 +++++ Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6e03a34f..0661da7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-24 Hrvoje Niksic + + * Makefile.in ($(srcdir)/stamp-h.in): Remove the aclocal.m4 + dependencies. + 2005-06-24 Hrvoje Niksic * configure.in: Include m4/*.m4. diff --git a/Makefile.in b/Makefile.in index 748b157e..ed7ed8bd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -171,12 +171,12 @@ clean-recursive distclean-recursive realclean-recursive: # Dependencies for maintenance # -$(srcdir)/configure: configure.in aclocal.m4 +$(srcdir)/configure: configure.in cd $(srcdir) && autoconf # autoheader might not change config.h.in, so touch a stamp file. $(srcdir)/src/config.h.in: stamp-h.in -$(srcdir)/stamp-h.in: configure.in aclocal.m4 +$(srcdir)/stamp-h.in: configure.in @true; # running autoheader here breaks: cd $(srcdir) && autoheader echo timestamp > $(srcdir)/stamp-h.in