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