diff options
-rw-r--r-- | macros/autogen.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |