Loading autogen.sh +7 −5 Original line number Diff line number Diff line #!/bin/sh set -e # Run this to generate all the initial makefiles, etc. aclocal && \ autoheader && \ autoconf && \ automake --add-missing --copy && \ if test x$NOCONF = x ; then ./configure "$@"; fi aclocal autoheader autoconf automake --add-missing --copy Loading
autogen.sh +7 −5 Original line number Diff line number Diff line #!/bin/sh set -e # Run this to generate all the initial makefiles, etc. aclocal && \ autoheader && \ autoconf && \ automake --add-missing --copy && \ if test x$NOCONF = x ; then ./configure "$@"; fi aclocal autoheader autoconf automake --add-missing --copy