summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2013-06-11 23:37:10 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2013-06-11 23:37:10 +0000
commitc779c6c0448e35742dde4ed27543aed3300147f2 (patch)
tree98f32bc41be045037fb130a56c409d1173372b15
parentChange back to using NULL and fix windows theme error by checking (diff)
downloadinkscape-c779c6c0448e35742dde4ed27543aed3300147f2.tar.gz
inkscape-c779c6c0448e35742dde4ed27543aed3300147f2.zip
Restore the old behavior of autogen.sh
(do not automatically run configure). (bzr r12368)
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index cc315800e..0bcd43648 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -39,5 +39,5 @@ AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
sed 's/itlocaledir = $(prefix)\/$(DATADIRNAME)\/locale/itlocaledir = $(datarootdir)\/locale/' < po/Makefile.in.in > po/Makefile.in.in.tmp
mv po/Makefile.in.in.tmp po/Makefile.in.in
-cd $olddir
-test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
+echo ""
+echo "Done! Please run './configure' now."