From c779c6c0448e35742dde4ed27543aed3300147f2 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Wed, 12 Jun 2013 01:37:10 +0200 Subject: Restore the old behavior of autogen.sh (do not automatically run configure). (bzr r12368) --- autogen.sh | 4 ++-- 1 file 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." -- cgit v1.2.3