diff options
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
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: |