diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2013-06-11 23:37:10 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2013-06-11 23:37:10 +0000 |
| commit | c779c6c0448e35742dde4ed27543aed3300147f2 (patch) | |
| tree | 98f32bc41be045037fb130a56c409d1173372b15 | |
| parent | Change back to using NULL and fix windows theme error by checking (diff) | |
| download | inkscape-c779c6c0448e35742dde4ed27543aed3300147f2.tar.gz inkscape-c779c6c0448e35742dde4ed27543aed3300147f2.zip | |
Restore the old behavior of autogen.sh
(do not automatically run configure).
(bzr r12368)
| -rwxr-xr-x | autogen.sh | 4 |
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." |
