SITE_MACRO_DIR.
* configure.ac: Disable SITE_MACRO_DIR.
+2002-09-02 Akim Demaille <akim@epita.fr>
+
+ * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
+ SITE_MACRO_DIR.
+ * configure.ac: Disable SITE_MACRO_DIR.
+
2002-09-02 Jim Meyering <meyering@lucent.com>
* doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PERL = @PERL@
-SITE_MACRO_DIR = @SITE_MACRO_DIR@
STRIP = @STRIP@
VERSION = @VERSION@
am__include = @am__include@
instead of prepending; this is for consistency with other GNU tools.
The new -B DIR or --prepend-include=DIR option has the old behavior.
-- Autoconf now normally appends ${datadir}/autoconf/site_macros to the
- include path. The new --disable-site-macro-dir configure-time
- option inhibits this, and the new --enable-site-macro-dir=DIR
- configure-time option causes it to append DIR instead.
-
** Macros
- AC_OUTPUT
-# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
+# aclocal.m4t generated automatically by aclocal 1.6.3 -*- Autoconf -*-
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
-e 's,@M4\@,$(M4),g' \
-e 's,@AWK\@,$(AWK),g' \
-e 's,@VERSION\@,$(VERSION),g' \
- -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
- -e 's,@SITE_MACRO_DIR\@,$(SITE_MACRO_DIR),g'
+ -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g'
# autoconf is written in M4sh.
AUTOM4SH = $(top_builddir)/tests/autom4te --language M4sh
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PERL = @PERL@
-SITE_MACRO_DIR = @SITE_MACRO_DIR@
STRIP = @STRIP@
VERSION = @VERSION@
am__include = @am__include@
-e 's,@M4\@,$(M4),g' \
-e 's,@AWK\@,$(AWK),g' \
-e 's,@VERSION\@,$(VERSION),g' \
- -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
- -e 's,@SITE_MACRO_DIR\@,$(SITE_MACRO_DIR),g'
+ -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g'
# autoconf is written in M4sh.
$melt = 1
if $freeze;
- # Add directories from the appropriate env var to the include path.
- @include = (@include, split(/:/, $ENV{'AUTOM4TE_PATH'}))
- if exists($ENV{'AUTOM4TE_PATH'});
-
- # Also add the site macro directory, if applicable.
- @include = (@include, '@SITE_MACRO_DIR@')
- if ('@SITE_MACRO_DIR@' ne 'no');
-
# Normalize the includes: the first occurrence is enough, several is
# a pain since it introduces a useless difference in the path which
# invalidates the cache. And strip `.' which is implicit and always
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PERL = @PERL@
-SITE_MACRO_DIR = @SITE_MACRO_DIR@
STRIP = @STRIP@
VERSION = @VERSION@
am__include = @am__include@
PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
ac_unique_file="ChangeLog"
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE SITE_MACRO_DIR EXPR M4 HELP2MAN PERL EMACS lispdir LIBOBJS LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE EXPR M4 HELP2MAN PERL EMACS lispdir LIBOBJS LTLIBOBJS'
ac_subst_files=''
# Initialize some variables set by options.
esac
cat <<\_ACEOF
-Optional Features:
- --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
- --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
- --enable-site-macro-dir=DIR
- use site macro directory DIR
- [DATADIR/autoconf/site_macros]
-
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
-# Check whether --enable-site-macro-dir or --disable-site-macro-dir was given.
-if test "${enable_site_macro_dir+set}" = set; then
- enableval="$enable_site_macro_dir"
-
-else
- enable_site_macro_dir='${datadir}/autoconf/site_macros'
-fi;
-SITE_MACRO_DIR="${enable_site_macro_dir}"
-
-
# Initialize the test suite and build position independent wrappers.
ac_config_commands="$ac_config_commands tests/atconfig"
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
s,@AWK@,$AWK,;t t
s,@SET_MAKE@,$SET_MAKE,;t t
-s,@SITE_MACRO_DIR@,$SITE_MACRO_DIR,;t t
s,@EXPR@,$EXPR,;t t
s,@M4@,$M4,;t t
s,@HELP2MAN@,$HELP2MAN,;t t
AM_INIT_AUTOMAKE
-AC_ARG_ENABLE([site-macro-dir],
- AC_HELP_STRING([--enable-site-macro-dir=DIR],
- [use site macro directory DIR @<:@DATADIR/autoconf/site_macros@:>@]),
- ,
- [enable_site_macro_dir='${datadir}/autoconf/site_macros'])
-AC_SUBST([SITE_MACRO_DIR], "${enable_site_macro_dir}")
-
# Initialize the test suite and build position independent wrappers.
AC_CONFIG_TESTDIR([tests])
AC_CONFIG_FILES([tests/Makefile tests/atlocal])
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PERL = @PERL@
-SITE_MACRO_DIR = @SITE_MACRO_DIR@
STRIP = @STRIP@
VERSION = @VERSION@
am__include = @am__include@
@item -B @var{dir}
Prepend @var{dir} to the include path. Multiple invocations accumulate.
-After searching any directories specified using @option{--prepend-include}
-or @option{--include}, @command{autoconf} will also search the directories
-specified in the @code{AUTOM4TE_PATH} environment variable, if set.
-And finally, @command{autoconf} will also search the system-wide site
-macro directory, which is set to
-@samp{$@{datadir@}/autoconf/site_macros} by default.
-
@item --output=@var{file}
@itemx -o @var{file}
Save output (script or trace) to @var{file}. The file @option{-} stands
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PERL = @PERL@
-SITE_MACRO_DIR = @SITE_MACRO_DIR@
STRIP = @STRIP@
VERSION = @VERSION@
am__include = @am__include@
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PERL = @PERL@
-SITE_MACRO_DIR = @SITE_MACRO_DIR@
STRIP = @STRIP@
VERSION = @VERSION@
am__include = @am__include@
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PERL = @PERL@
-SITE_MACRO_DIR = @SITE_MACRO_DIR@
STRIP = @STRIP@
VERSION = @VERSION@
am__include = @am__include@
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PERL = @PERL@
-SITE_MACRO_DIR = @SITE_MACRO_DIR@
STRIP = @STRIP@
VERSION = @VERSION@
am__include = @am__include@
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PERL = @PERL@
-SITE_MACRO_DIR = @SITE_MACRO_DIR@
STRIP = @STRIP@
VERSION = @VERSION@
am__include = @am__include@
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PERL = @PERL@
-SITE_MACRO_DIR = @SITE_MACRO_DIR@
STRIP = @STRIP@
VERSION = @VERSION@
am__include = @am__include@
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PERL = @PERL@
-SITE_MACRO_DIR = @SITE_MACRO_DIR@
STRIP = @STRIP@
VERSION = @VERSION@
am__include = @am__include@
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PERL = @PERL@
-SITE_MACRO_DIR = @SITE_MACRO_DIR@
STRIP = @STRIP@
VERSION = @VERSION@
am__include = @am__include@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28.
-.TH AUTOM4TE "1" "August 2002" "autom4te 2.53c" "User Commands"
+.TH AUTOM4TE "1" "September 2002" "autom4te 2.53c" "User Commands"
.SH NAME
autom4te \- Generate files and scripts thanks to M4
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28.
-.TH IFNAMES "1" "July 2002" "ifnames " "User Commands"
+.TH IFNAMES "1" "September 2002" "ifnames " "User Commands"
.SH NAME
ifnames \- Extract CPP conditionals from a set of files
.SH SYNOPSIS
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PERL = @PERL@
-SITE_MACRO_DIR = @SITE_MACRO_DIR@
STRIP = @STRIP@
VERSION = @VERSION@
am__include = @am__include@