From dc9b92ba1949fc7004aec9cbc369e173e03af0a8 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 13 May 1998 20:41:04 +0000 Subject: Support for NOCONFIGURE env variable -mig svn path=/trunk/; revision=212 --- macros/autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/macros/autogen.sh b/macros/autogen.sh index ade3fd1857..8248c0c328 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -72,6 +72,10 @@ do fi done +if test x$NOCONFIGURE = x; then echo running $srcdir/configure --enable-maintainer-mode "$@" $srcdir/configure --enable-maintainer-mode "$@" \ && echo Now type \`make\' to compile the $PKG_NAME +else +echo Skipping configure process. +fi \ No newline at end of file -- cgit v1.2.3