~vcs-imports/gperf/trunk

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bruno Haible
  • Date: 2016-12-29 23:56:10 UTC
  • Revision ID: git-v1:f4ad699ac55a3396db7a55bf3ea69db6e389c007
Make autogen.sh more user-friendly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
chmod a+x build-aux/install-sh build-aux/mkinstalldirs \
42
42
          build-aux/compile build-aux/ar-lib
43
43
 
44
 
make -f Makefile.devel totally-clean all
 
44
make -f Makefile.devel totally-clean all || exit $?
 
45
 
 
46
echo "$0: done.  Now you can run './configure'."