[Frugalware-git] fw-control-center: gnetconfig-mcs-plugin: don't run configure script when using --dist (thanks vmiklos)

Priyank priyank at frugalware.org
Tue Sep 18 18:08:38 CEST 2007


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-control-center.git;a=commitdiff;h=3e4a349e15a872cd64977ba92c2524ad653c7bce

commit 3e4a349e15a872cd64977ba92c2524ad653c7bce
Author: Priyank <priyank at frugalware.org>
Date:   Tue Sep 18 21:36:10 2007 +0530

gnetconfig-mcs-plugin: don't run configure script when using --dist (thanks vmiklos)

diff --git a/gnetconfig-mcs-plugin/autogen.sh b/gnetconfig-mcs-plugin/autogen.sh
index fd43b13..70b2e7f 100755
--- a/gnetconfig-mcs-plugin/autogen.sh
+++ b/gnetconfig-mcs-plugin/autogen.sh
@@ -67,7 +67,7 @@ autoheader -f
autoconf -f
cp -f $(dirname $(which automake))/../share/automake/mkinstalldirs ./
cp -f $(dirname $(which automake))/../share/gettext/config.rpath ./
-xdt-autogen
+NOCONFIGURE=1 xdt-autogen
automake -a -c --gnu --foreign
if [ "$1" == "--git" ]; then
rm -rf autom4te.cache


More information about the Frugalware-git mailing list