use no-autoheader and explicitly set autoconf version

This commit is contained in:
wilfried 2004-05-06 14:39:49 +00:00
parent 6acc0f152a
commit 95b1890db8
3 changed files with 8 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2004/04/09 09:52:09 espie Exp $
# $OpenBSD: Makefile,v 1.10 2004/05/06 14:39:49 wilfried Exp $
ONLY_FOR_ARCHS= alpha i386 sparc sparc64 amd64
@ -41,6 +41,7 @@ USE_GMAKE= Yes
# Regression tests are too hard to adapt to run here
NO_REGRESS= Yes
AUTOCONF_VERSION= 2.13
CONFIGURE_STYLE= autoconf no-autoheader
CONFIGURE_ARGS= --with-system-jpeg=${LOCALBASE} \
--with-system-png=${LOCALBASE} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2004/03/03 02:23:56 naddy Exp $
# $OpenBSD: Makefile,v 1.8 2004/05/06 14:39:49 wilfried Exp $
ONLY_FOR_ARCHS= alpha i386 sparc sparc64 amd64 powerpc
@ -40,7 +40,8 @@ USE_GMAKE= Yes
# Regression tests are too hard to adapt to run here
NO_REGRESS= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.13
CONFIGURE_STYLE= autoconf no-autoheader
CONFIGURE_ARGS= --with-system-jpeg=${LOCALBASE} \
--with-system-png=${LOCALBASE} \
--with-system-zlib=/usr/lib \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.71 2004/04/09 14:12:15 kevlo Exp $
# $OpenBSD: Makefile,v 1.72 2004/05/06 14:39:49 wilfried Exp $
ONLY_FOR_ARCHS= alpha i386 sparc sparc64 amd64 powerpc
@ -52,7 +52,8 @@ USE_GMAKE= Yes
# Regression tests are too hard to adapt to run here
NO_REGRESS= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.13
CONFIGURE_STYLE= autoconf no-autoheader
CONFIGURE_ARGS= \
--with-system-jpeg=${LOCALBASE} \
--with-system-png=${LOCALBASE} \