From: Paul Eggert Date: Fri, 10 Jun 2005 17:19:20 +0000 (+0000) Subject: Regenerate. X-Git-Tag: AUTOCONF-2.59c~337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96fb6afe334add802b67ca94d5caddaf6b247359;p=thirdparty%2Fautoconf.git Regenerate. --- diff --git a/INSTALL b/INSTALL index 56b077d6a..23e5f25d0 100644 --- a/INSTALL +++ b/INSTALL @@ -102,16 +102,16 @@ for another architecture. Installation Names ================== -By default, `make install' will install the package's files in -`/usr/local/bin', `/usr/local/man', etc. You can specify an -installation prefix other than `/usr/local' by giving `configure' the -option `--prefix=PREFIX'. +By default, `make install' installs the package's commands under +`/usr/local/bin', include files under `/usr/local/include', etc. You +can specify an installation prefix other than `/usr/local' by giving +`configure' the option `--prefix=PREFIX'. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you -give `configure' the option `--exec-prefix=PREFIX', the package will -use PREFIX as the prefix for installing programs and libraries. -Documentation and other data files will still use the regular prefix. +pass the option `--exec-prefix=PREFIX' to `configure', the package uses +PREFIX as the prefix for installing programs and libraries. +Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular @@ -159,7 +159,7 @@ where SYSTEM can have one of these forms: need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should -use the `--target=TYPE' option to select the type of system they will +use the option `--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a diff --git a/configure b/configure index 7aa763981..2dec1f822 100755 --- a/configure +++ b/configure @@ -1887,7 +1887,7 @@ done { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.make <<\_ACEOF diff --git a/tests/Makefile.in b/tests/Makefile.in index ac827ca19..f4d9773f8 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -125,8 +125,8 @@ EXTRA_DIST = $(TESTSUITE_AT) local.at mktests.sh \ # Running the uninstalled scripts. -check_SCRIPTS = autoconf autoheader autoreconf autom4te autoscan autoupdate ifnames -DISTCLEANFILES = atconfig atlocal $(TESTSUITE) $(check_SCRIPTS) +check_SCRIPTS = $(wrappers) +DISTCLEANFILES = atconfig atlocal $(TESTSUITE) MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE_GENERATED_AT) SUFFIXES = .m4 .m4f AUTOM4TE_CFG = $(top_builddir)/lib/autom4te.cfg @@ -461,6 +461,7 @@ $(TESTSUITE): $(srcdir)/package.m4 \ local.at \ $(TESTSUITE_AT) \ $(autotest_m4f_dependencies) + cd $(top_builddir)/lib/autotest && $(MAKE) $(AM_MAKEFLAGS) autotest.m4f $(AUTOTEST) -I $(srcdir) suite.at -o $@.tmp mv $@.tmp $@