mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 20:00:08 +01:00
Do not run configure automatically after running autogen.sh.
This commit is contained in:
17
autogen.sh
17
autogen.sh
@@ -56,13 +56,6 @@ if test "$DIE" -eq 1; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -z "$*"; then
|
|
||||||
echo
|
|
||||||
echo "**Warning**: I am going to run 'configure' with no arguments."
|
|
||||||
echo "If you wish to pass any to it, please specify them on the"
|
|
||||||
echo \'$0\'" command line."
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Generate build-system by:"
|
echo "Generate build-system by:"
|
||||||
echo " autopoint: $(autopoint --version | head -1)"
|
echo " autopoint: $(autopoint --version | head -1)"
|
||||||
@@ -81,10 +74,6 @@ autoheader $AH_OPTS
|
|||||||
automake --add-missing --copy --gnu $AM_OPTS
|
automake --add-missing --copy --gnu $AM_OPTS
|
||||||
autoconf $AC_OPTS
|
autoconf $AC_OPTS
|
||||||
|
|
||||||
if test x$NOCONFIGURE = x; then
|
echo
|
||||||
echo Running $srcdir/configure $conf_flags "$@" ...
|
echo "Now type '$srcdir/configure' and 'make' to compile."
|
||||||
$srcdir/configure $conf_flags "$@" \
|
echo
|
||||||
&& echo Now type \`make\' to compile $PKG_NAME
|
|
||||||
else
|
|
||||||
echo Skipping configure process.
|
|
||||||
fi
|
|
||||||
|
|||||||
Reference in New Issue
Block a user