File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ 2016-12-25 Bruno Haible <bruno@clisp.org>
2+
3+ Tweak autogen.sh.
4+ * autogen.sh: Emit a "done" diagnostic when autogen.sh completed successfully.
5+
162016-12-25 Bruno Haible <bruno@clisp.org>
27
38 Reorder Makefile.devel.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ if test $skip_gnulib = false; then
6666 fi
6767fi
6868
69- make -f Makefile.devel totally-clean all
69+ make -f Makefile.devel totally-clean all || exit $?
7070
7171# Copy files into the libcharset subpackage, so that libcharset/autogen.sh
7272# does not need to invoke gnulib-tool nor automake.
@@ -81,5 +81,7 @@ for file in codeset.m4 fcntl-o.m4 glibc21.m4 relocatable-lib.m4 visibility.m4; d
8181done
8282
8383(cd libcharset
84- ./autogen.sh
84+ ./autogen.sh || exit $?
8585)
86+
87+ echo " $0 : done. Now you can run './configure'."
You can’t perform that action at this time.
0 commit comments