1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Make autogen.sh more user-friendly.

This commit is contained in:
Bruno Haible
2016-12-30 00:56:10 +01:00
parent b4b58ca38d
commit f4ad699ac5
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2016-12-29 Bruno Haible <bruno@clisp.org>
Make autogen.sh more user-friendly.
* autogen.sh: Emit a message at the end, if everything succeeded.
2016-12-03 Bruno Haible <bruno@clisp.org> 2016-12-03 Bruno Haible <bruno@clisp.org>
Make Makefile.devel more useful for the users of the released tarball. Make Makefile.devel more useful for the users of the released tarball.

View File

@@ -41,4 +41,6 @@ done
chmod a+x build-aux/install-sh build-aux/mkinstalldirs \ chmod a+x build-aux/install-sh build-aux/mkinstalldirs \
build-aux/compile build-aux/ar-lib build-aux/compile build-aux/ar-lib
make -f Makefile.devel totally-clean all make -f Makefile.devel totally-clean all || exit $?
echo "$0: done. Now you can run './configure'."