mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Make autogen.sh more user-friendly.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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'."
|
||||||
|
|||||||
Reference in New Issue
Block a user