X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/68b067b393816584d2ab6356d3706aea41352209..f88feb5d1ec0a34752f688017190cf56798850fc:/autogen.sh diff --git a/autogen.sh b/autogen.sh index 3d26df870d..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,12 +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` -# Building from the repository needs pkg-config 0.26 or later; see Bug#17438. -case $pkg_config_min in - 0.[0-9] | 0.[0-9].* | 0.1[0-9] | 0.1[0-9].* | 0.2[0-5] | 0.2[0-5].* ) - pkg_config_min=0.26 -esac ## $1 = program, eg "autoconf". ## Echo the version string, eg "2.59". @@ -210,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