configure may not exist. found oud by steven@
This commit is contained in:
parent
0713d4504f
commit
1cca659066
@ -1,6 +1,6 @@
|
||||
#-*- mode: Fundamental; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
# $OpenBSD: gnu.port.mk,v 1.32 2007/03/30 13:55:07 espie Exp $
|
||||
# $OpenBSD: gnu.port.mk,v 1.33 2007/04/02 10:43:39 espie Exp $
|
||||
# Based on bsd.port.mk, originally by Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
|
||||
@ -96,9 +96,11 @@ _MODGNU_loop += echo "Running autoupdate-${AUTOCONF_VERSION} in $$d";
|
||||
_MODGNU_loop += ${_SYSTRACE_CMD} ${SETENV} ${AUTOCONF_ENV} ${AUTOUPDATE};
|
||||
. endif
|
||||
. if ${CONFIGURE_STYLE:L:Mautoconf}
|
||||
_MODGNU_loop += grep -iq 'Generated by.*autoconf.*${AUTOCONF_VERSION}' $$d/configure || { \
|
||||
_MODGNU_loop += if test -f $$d/configure; then \
|
||||
grep -iq 'Generated by.*autoconf.*${AUTOCONF_VERSION}' $$d/configure || { \
|
||||
echo ">>> Can't find autoconf ${AUTOCONF_VERSION} signature in $$d/configure:"; \
|
||||
grep -i 'Generated by.*autoconf' $$d/configure; };
|
||||
grep -i 'Generated by.*autoconf' $$d/configure; }; \
|
||||
fi;
|
||||
_MODGNU_loop += echo "Running autoconf-${AUTOCONF_VERSION} in $$d";
|
||||
_MODGNU_loop += ${_SYSTRACE_CMD} ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF};
|
||||
. if ${CONFIGURE_STYLE:L:Mautoheader}
|
||||
|
Loading…
Reference in New Issue
Block a user