summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2001-11-21 15:35:38 +0000
committermillert <millert@openbsd.org>2001-11-21 15:35:38 +0000
commitf1e8a4b113e893daf61ea233e004bc2eefac4c22 (patch)
treefcf69ca7c3b3ac738c2a995cdc5a1e970c1422f4
parent2GB fix (int->off_t) similar to scp; daniel@lucq.org (diff)
downloadwireguard-openbsd-f1e8a4b113e893daf61ea233e004bc2eefac4c22.tar.xz
wireguard-openbsd-f1e8a4b113e893daf61ea233e004bc2eefac4c22.zip
Dummy out aclocal, autoconf, automake, and autoheader since there
are still things in cvs's Makefile.in files that will attempt to run e.g. autoheader. Doing this here should mean we don't get hosed again the next time cvs is updated. I believe Marc Espie suggested something similar a while ago.
-rw-r--r--gnu/usr.bin/cvs/Makefile.bsd-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
index 0eedb4cbbfb..2e489dc0726 100644
--- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.37 2001/09/30 20:31:46 tholo Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.38 2001/11/21 15:35:38 millert Exp $
.include <bsd.own.mk>
@@ -38,12 +38,14 @@ config: .FORCE
-rm -f config.cache
PATH="/bin:/usr/bin:/sbin:/usr/sbin" \
INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
+ ACLOCAL=true AUTOCONF=true AUTOMAKE=true AUTOHEADER=true \
sh ${.CURDIR}/configure --prefix=/usr --mandir=/usr/share/man \
--datadir=/usr/libdata ${KRB} ${KRB5} ${CF}
config.status:
PATH="/bin:/usr/bin:/sbin:/usr/sbin" \
INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
+ ACLOCAL=true AUTOCONF=true AUTOMAKE=true AUTOHEADER=true \
sh ${.CURDIR}/configure --prefix=/usr --mandir=/usr/share/man \
--datadir=/usr/libdata ${KRB} ${KRB5} ${CF}