]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - autogen.sh
Ape gnome-autogen's use of NOCONFIGURE to control whether ./autogen.sh runs ./configu...
[sojka/lightdm.git] / 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