diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-04-24 06:24:45 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-04-24 06:24:45 +0000 |
commit | 979c48764681ba0351f34ea1902987e26c295b8e (patch) | |
tree | c54ad6bfc9d1656c6bd64fd423a44ebd1e81b09c /mail/fetchmail/files/patch-configure | |
parent | I moved again a month ago, just a little less far this time... (diff) |
Update to 5.8.1 with lots of bugfixes. Remove the substitution of
/usr/bin/true for autoconf and friends - the fetchmail build system
does the right thing now.
Approved by: maintainer
Apologies to: sobomax for my harsher-than-needed complaints for his
fast and to-the-point port fixes.
Notes
Notes:
svn path=/head/; revision=41847
Diffstat (limited to 'mail/fetchmail/files/patch-configure')
-rw-r--r-- | mail/fetchmail/files/patch-configure | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/fetchmail/files/patch-configure b/mail/fetchmail/files/patch-configure index efd462772c88..02ee025e221f 100644 --- a/mail/fetchmail/files/patch-configure +++ b/mail/fetchmail/files/patch-configure @@ -12,18 +12,3 @@ $FreeBSD$ cat >> confdefs.h <<\EOF #define SSL_ENABLE 1 EOF -@@ -6799,10 +6799,10 @@ - s%@INSTALL_DATA@%$INSTALL_DATA%g - s%@PACKAGE@%$PACKAGE%g - s%@VERSION@%$VERSION%g --s%@ACLOCAL@%$ACLOCAL%g --s%@AUTOCONF@%$AUTOCONF%g --s%@AUTOMAKE@%$AUTOMAKE%g --s%@AUTOHEADER@%$AUTOHEADER%g -+s%@ACLOCAL@%/usr/bin/true%g -+s%@AUTOCONF@%/usr/bin/true%g -+s%@AUTOMAKE@%/usr/bin/true%g -+s%@AUTOHEADER@%/usr/bin/true%g - s%@MAKEINFO@%$MAKEINFO%g - s%@SET_MAKE@%$SET_MAKE%g - s%@host@%$host%g |