X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/1e217552d247b8b64cda5ac93805f039071204fc..c56327b55d2e75fb0246c9a858e46dd5670699d4:/autogen.sh diff --git a/autogen.sh b/autogen.sh index 32f86ab820..48e6d19c69 100755 --- a/autogen.sh +++ b/autogen.sh @@ -32,7 +32,7 @@ ## Tools we need: ## Note that we respect the values of AUTOCONF etc, like autoreconf does. -progs="autoconf automake pkg-config" +progs="autoconf automake" ## Minimum versions we need: autoconf_min=`sed -n 's/^ *AC_PREREQ(\([0-9\.]*\)).*/\1/p' configure.ac` @@ -41,7 +41,6 @@ autoconf_min=`sed -n 's/^ *AC_PREREQ(\([0-9\.]*\)).*/\1/p' configure.ac` ## AM_INIT_AUTOMAKE call. automake_min=`sed -n 's/^ *AM_INIT_AUTOMAKE(\([0-9\.]*\)).*/\1/p' configure.ac` -pkg_config_min=`sed -n 's/^ *PKG_PROG_PKG_CONFIG(\([0-9\.]*\)).*/\1/p' configure.ac` ## $1 = program, eg "autoconf". ## Echo the version string, eg "2.59". @@ -205,97 +204,8 @@ EOF exit 1 fi -# If automake is installed in a nonstandard location, find the standard -# location if possible and append it to ACLOCAL_PATH. That way, it will -# find the pkg.m4 that is installed in the standard location. -echo "Checking for pkg.m4..." -AUTORECONF_ENV= -env_space= -ac_dir=`aclocal --print-ac-dir` || { - cat < src/stamp-h.in || exit -echo "You can now run \"./configure$env_space$AUTORECONF_ENV\"." +echo "You can now run './configure'." exit 0