summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2002-06-10 14:19:50 +0000
committerespie <espie@openbsd.org>2002-06-10 14:19:50 +0000
commit990d9201578d2e606d41c5e2fea96e534f7fe15d (patch)
tree97bfc19cab193e2a46c3b48cd3ff8fe4a8642fb1
parent...and kill a few more files, corresponding to an update of gettext. (diff)
downloadwireguard-openbsd-990d9201578d2e606d41c5e2fea96e534f7fe15d.tar.xz
wireguard-openbsd-990d9201578d2e606d41c5e2fea96e534f7fe15d.zip
disable all auto* stuff explicitly, which is a heck of a lot easier to do
now.
-rw-r--r--gnu/usr.bin/texinfo/Makefile.bsd-wrapper6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
index 39387e40040..e7adc4dc13f 100644
--- a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.34 2002/06/10 13:54:22 espie Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.35 2002/06/10 14:19:50 espie Exp $
INFODIR= infodir=/usr/share/info
INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:.
@@ -8,7 +8,9 @@ CLEANFILES= makeinfo/makeinfo.info info/info.info info/info-stnd.info \
MAN= doc/info.1 doc/install-info.1 doc/makeinfo.1 doc/texi2dvi.1
MAN+= doc/texindex.1 doc/info.5 doc/texinfo.5
-GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}"
+GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" \
+ ACLOCAL=true AUTOHEADER=true AUTOCONF=true AUTOMAKE=true
+
FSFMAKE= ${MAKE} ${GNUCFLAGS} ${INFODIR} ${INFOPATH}
FSFALL=all-recursive