From 944aa31f796747c0a9fb80cda05a6948c4b04212 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 4 Oct 2001 01:55:49 +0000 Subject: [PATCH] Don't be interactive if PACKAGE_BUILDING is set. --- print/ghostscript-afpl/Makefile | 2 +- print/ghostscript-gpl/Makefile | 2 +- print/ghostscript8/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 177c818eb409..b335f6f48cdb 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -219,7 +219,7 @@ pre-configure: do-configure: ${ECHO_MSG} ">>> in do-configure ..." -.if defined(BATCH) +.if defined(BATCH) || defined(PACKAGE_BUILDING) ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch .else ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 177c818eb409..b335f6f48cdb 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -219,7 +219,7 @@ pre-configure: do-configure: ${ECHO_MSG} ">>> in do-configure ..." -.if defined(BATCH) +.if defined(BATCH) || defined(PACKAGE_BUILDING) ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch .else ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 177c818eb409..b335f6f48cdb 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -219,7 +219,7 @@ pre-configure: do-configure: ${ECHO_MSG} ">>> in do-configure ..." -.if defined(BATCH) +.if defined(BATCH) || defined(PACKAGE_BUILDING) ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch .else ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure