diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-04 23:41:16 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-04 23:41:16 +0000 |
commit | 3d078768f97dc86fedd7779c94132c176373e0af (patch) | |
tree | 1e19575d3b5168c8b38a18e9cabaef4d1ee03aaa /Makefile.in | |
parent | 9b5547ffab5538f739aae762aa2dcc1fa6b4e858 (diff) | |
download | fetchmail-3d078768f97dc86fedd7779c94132c176373e0af.tar.gz fetchmail-3d078768f97dc86fedd7779c94132c176373e0af.tar.bz2 fetchmail-3d078768f97dc86fedd7779c94132c176373e0af.zip |
Incorporated Red Hat's Kerveros patch.
svn path=/trunk/; revision=3197
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 79872125..29935bc9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -230,7 +230,7 @@ config.status: configure ./config.status --recheck $(srcdir)/aclocal.m4: configure.in - cd $(srcdir) && aclocal -I m4 + cd $(srcdir) && aclocal # This tells versions [3.59,3.63) of GNU make not to export all variables. .NOEXPORT: |