diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-05-14 04:41:04 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-05-14 04:41:04 +0800 |
commit | dc9b92ba1949fc7004aec9cbc369e173e03af0a8 (patch) | |
tree | ce24aaebcaee730ea9046c9022b84cef4b752945 | |
parent | 5825f51ae13e3b9abff3d980274db64ef26e98dc (diff) | |
download | gsoc2013-evolution-dc9b92ba1949fc7004aec9cbc369e173e03af0a8.tar gsoc2013-evolution-dc9b92ba1949fc7004aec9cbc369e173e03af0a8.tar.gz gsoc2013-evolution-dc9b92ba1949fc7004aec9cbc369e173e03af0a8.tar.bz2 gsoc2013-evolution-dc9b92ba1949fc7004aec9cbc369e173e03af0a8.tar.lz gsoc2013-evolution-dc9b92ba1949fc7004aec9cbc369e173e03af0a8.tar.xz gsoc2013-evolution-dc9b92ba1949fc7004aec9cbc369e173e03af0a8.tar.zst gsoc2013-evolution-dc9b92ba1949fc7004aec9cbc369e173e03af0a8.zip |
Support for NOCONFIGURE env variable -mig
svn path=/trunk/; revision=212
-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 |