From 8c1237b66ce20c9392472cfdf29adabbb773e35d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 27 Feb 2001 08:17:14 +0000 Subject: Disable regenerating aclocal, it breaks the build. svn path=/trunk/; revision=3155 --- Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 1bd00226..89b5b48d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -229,8 +229,9 @@ Makefile: Makefile.in config.status config.status: configure ./config.status --recheck -$(srcdir)/aclocal.m4: configure.in - cd $(srcdir) && aclocal -I m4 +# I had to disable this. The new version of aclocal breaks the build +#$(srcdir)/aclocal.m4: configure.in +# cd $(srcdir) && aclocal -I m4 # This tells versions [3.59,3.63) of GNU make not to export all variables. .NOEXPORT: -- cgit v1.2.3