diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-20 11:04:36 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-20 11:04:36 +0000 |
commit | 6c70d3fc1eb1af725f9ccf4a2809008688a1628f (patch) | |
tree | c370220a7780329b7640569afaf547f057eb2b87 /mail/fetchmail/files/patch-configure | |
parent | - correct distfiles variable (diff) |
Try harder to prevent build process from unnecessarily invoking autoheader,
autoconf, automake and aclocal.
Prompted by: Raimar Lutsch <raimar@lutsch.de>
Notes
Notes:
svn path=/head/; revision=40095
Diffstat (limited to 'mail/fetchmail/files/patch-configure')
-rw-r--r-- | mail/fetchmail/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/fetchmail/files/patch-configure b/mail/fetchmail/files/patch-configure new file mode 100644 index 000000000000..89de33cae347 --- /dev/null +++ b/mail/fetchmail/files/patch-configure @@ -0,0 +1,20 @@ + +$FreeBSD$ + +--- configure 2001/03/20 10:48:56 1.1 ++++ configure 2001/03/20 10:50:20 +@@ -6714,10 +6714,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 |