Change GNU_CONFIGURE to USE_AUTOCONF. cfengine comes with a configure

script generated with configure 1.12, which has a POSIX-related IFS bug
and doesn't completely work with modern shells.
This commit is contained in:
Bill Fenner 2000-09-01 16:41:41 +00:00
parent b49645b291
commit 782e744556
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32180
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
CFLAGS+= -pthread
GNU_CONFIGURE=yes
USE_AUTOCONF=yes
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include <bsd.port.mk>

View file

@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
CFLAGS+= -pthread
GNU_CONFIGURE=yes
USE_AUTOCONF=yes
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include <bsd.port.mk>

View file

@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
CFLAGS+= -pthread
GNU_CONFIGURE=yes
USE_AUTOCONF=yes
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include <bsd.port.mk>

View file

@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
CFLAGS+= -pthread
GNU_CONFIGURE=yes
USE_AUTOCONF=yes
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include <bsd.port.mk>