diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-27 08:17:14 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-27 08:17:14 +0000 |
commit | 8c1237b66ce20c9392472cfdf29adabbb773e35d (patch) | |
tree | 69acfea06f90bd91f2490a1356993a24edd3841a /Makefile.in | |
parent | 8b6ff50d431d5967abadf36415f81754cbdc1b7d (diff) | |
download | fetchmail-8c1237b66ce20c9392472cfdf29adabbb773e35d.tar.gz fetchmail-8c1237b66ce20c9392472cfdf29adabbb773e35d.tar.bz2 fetchmail-8c1237b66ce20c9392472cfdf29adabbb773e35d.zip |
Disable regenerating aclocal, it breaks the build.
svn path=/trunk/; revision=3155
Diffstat (limited to 'Makefile.in')
-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: |