]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Ape gnome-autogen's use of NOCONFIGURE to control whether ./autogen.sh runs ./configu...
authorMichael Terry <michael.terry@canonical.com>
Mon, 28 Jan 2013 17:38:04 +0000 (12:38 -0500)
committerMichael Terry <michael.terry@canonical.com>
Mon, 28 Jan 2013 17:38:04 +0000 (12:38 -0500)
autogen.sh

index 77900f60cd5fe5b035e5f8ee3f83e2e21b252291..b08190da6c36af5282bd7a242de7ef176e062119 100755 (executable)
@@ -8,4 +8,6 @@ aclocal
 autoconf
 autoheader
 automake --add-missing --copy --foreign
-./configure $@
+if [ -z "$NOCONFIGURE" ]; then
+    ./configure $@
+fi