[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Old Emacs check
From: |
Akim Demaille |
Subject: |
Re: Old Emacs check |
Date: |
Fri, 03 Oct 2003 09:09:36 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
> Hello,
> The autoconf-mode.el and autotest-mode.el scripts do not work with older
> versions of Emacs (18.x.x). Emacs throws an error when trying to
> byte-compile these files. This problem causes Autoconf's "make" and "make
> install" to fail. Here is a patch for Autoconf's configure.ac which adds a
> check for a sufficiently recent version of Emacs.
Thanks, I installed the following.
Index: ChangeLog
from Akim Demaille <address@hidden>
* configure.ac: Quotation and formatting changes.
(EMACS): Don't set it if it is not recent enough to support
autoconf-mode.el.
From Eric Sunshine.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/Makefile.in,v
retrieving revision 1.207
diff -u -u -r1.207 Makefile.in
--- Makefile.in 25 Sep 2003 08:33:33 -0000 1.207
+++ Makefile.in 3 Oct 2003 07:06:17 -0000
@@ -107,6 +107,7 @@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+TEST_EMACS = @TEST_EMACS@
VERSION = @VERSION@
ac_ct_STRIP = @ac_ct_STRIP@
am__leading_dot = @am__leading_dot@
Index: configure
===================================================================
RCS file: /cvsroot/autoconf/autoconf/configure,v
retrieving revision 1.247
diff -u -u -r1.247 configure
--- configure 30 Sep 2003 13:02:08 -0000 1.247
+++ configure 3 Oct 2003 07:06:18 -0000
@@ -273,7 +273,7 @@
PACKAGE_BUGREPORT='address@hidden'
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 CYGPATH_W PACKAGE VERSION ACLOCAL
AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP
INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot EXPR M4 HELP2MAN PERL EMACS
EMACSLOADPATH 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 CYGPATH_W PACKAGE VERSION ACLOCAL
AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP
INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot EXPR M4 HELP2MAN PERL
TEST_EMACS EMACS EMACSLOADPATH lispdir LIBOBJS LTLIBOBJS'
ac_subst_files=''
# Initialize some variables set by options.
@@ -1689,6 +1689,10 @@
+## ---- ##
+## M4. ##
+## ---- ##
+
# We use a path for GNU m4 so even if users have another m4 first in
# their path, the installer can configure with a path that has GNU m4
# first and get that path embedded in the installed autoconf and
@@ -1758,13 +1762,21 @@
{ (exit 1); exit 1; }; }
fi
-# Man pages.
+## ----------- ##
+## Man pages. ##
+## ----------- ##
+
ac_config_files="$ac_config_files man/Makefile"
HELP2MAN=${HELP2MAN-"${am_missing_run}help2man"}
+
+## ------ ##
+## Perl. ##
+## ------ ##
+
# We use a path for perl so the #! line in autoscan will work.
# Extract the first word of "perl", so it can be a program name with args.
set dummy perl; ac_word=$2
@@ -1817,21 +1829,26 @@
{ (exit 1); exit 1; }; }
}
-# Emacs modes.
+
+## ------- ##
+## Emacs. ##
+## ------- ##
+
ac_config_files="$ac_config_files lib/emacs/Makefile"
-test x"$EMACS" = xt && EMACS=
-for ac_prog in emacs xemacs
+TEST_EMACS=$EMACS
+test x"$TEST_EMACS" = xt && TEST_EMACS=
+for ac_prog in macs xemacs
do
# Extract the first word of "$ac_prog", so it can be a program name with
args.
set dummy $ac_prog; ac_word=$2
echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_EMACS+set}" = set; then
+if test "${ac_cv_prog_TEST_EMACS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
- if test -n "$EMACS"; then
- ac_cv_prog_EMACS="$EMACS" # Let the user override the test.
+ if test -n "$TEST_EMACS"; then
+ ac_cv_prog_TEST_EMACS="$TEST_EMACS" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
@@ -1840,7 +1857,7 @@
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_prog_EMACS="$ac_prog"
+ ac_cv_prog_TEST_EMACS="$ac_prog"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
@@ -1849,18 +1866,58 @@
fi
fi
-EMACS=$ac_cv_prog_EMACS
-if test -n "$EMACS"; then
- echo "$as_me:$LINENO: result: $EMACS" >&5
-echo "${ECHO_T}$EMACS" >&6
+TEST_EMACS=$ac_cv_prog_TEST_EMACS
+if test -n "$TEST_EMACS"; then
+ echo "$as_me:$LINENO: result: $TEST_EMACS" >&5
+echo "${ECHO_T}$TEST_EMACS" >&6
else
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
fi
- test -n "$EMACS" && break
+ test -n "$TEST_EMACS" && break
done
-test -n "$EMACS" || EMACS="no"
+test -n "$TEST_EMACS" || TEST_EMACS="no"
+
+
+# autoconf-mode.el and autotest-mode.el do not work with older version of
+# Emacs (i.e. 18.x.x). During byte-compilation, Emacs complains:
+# "Variable (broken nil) seen on pass 2 of byte compiler but not pass 1"
+# We detect this problem here.
+if test "$TEST_EMACS" != no; then
+ echo "$as_me:$LINENO: checking whether $TEST_EMACS is sufficiently recent"
>&5
+echo $ECHO_N "checking whether $TEST_EMACS is sufficiently recent... $ECHO_C"
>&6
+if test "${ac_cv_prog_emacs_ok+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ # Note: The quoted "EOF" is intentional. It protects the ` in the text.
+ cat >conftest.el << "EOF"
+ (defvar broken)
+ (defun broken-mode () (setq broken-defaults `(broken nil)))
+EOF
+ if { (echo "$as_me:$LINENO: \$TEST_EMACS -batch -q -f batch-byte-compile
conftest.el 1>&2") >&5
+ ($TEST_EMACS -batch -q -f batch-byte-compile conftest.el 1>&2) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ ac_cv_prog_emacs_ok=yes
+else
+ ac_cv_prog_emacs_ok=no
+fi
+
+ rm -f conftest.el conftest.elc
+fi
+echo "$as_me:$LINENO: result: $ac_cv_prog_emacs_ok" >&5
+echo "${ECHO_T}$ac_cv_prog_emacs_ok" >&6
+ if test $ac_cv_prog_emacs_ok = no; then
+ TEST_EMACS=no
+fi
+
+fi
+
+
+EMACS=$TEST_EMACS
+
# Check whether --with-lispdir or --without-lispdir was given.
@@ -1957,6 +2014,11 @@
+
+## ------------ ##
+## Conclusion. ##
+## ------------ ##
+
ac_config_files="$ac_config_files Makefile doc/Makefile lib/Makefile
lib/Autom4te/Makefile lib/autoscan/Makefile lib/m4sugar/Makefile
lib/autoconf/Makefile lib/autotest/Makefile bin/Makefile"
@@ -2642,6 +2704,7 @@
s,@M4@,$M4,;t t
s,@HELP2MAN@,$HELP2MAN,;t t
s,@PERL@,$PERL,;t t
+s,@TEST_EMACS@,$TEST_EMACS,;t t
s,@EMACS@,$EMACS,;t t
s,@EMACSLOADPATH@,$EMACSLOADPATH,;t t
s,@lispdir@,$lispdir,;t t
Index: configure.ac
===================================================================
RCS file: /cvsroot/autoconf/autoconf/configure.ac,v
retrieving revision 1.59
diff -u -u -r1.59 configure.ac
--- configure.ac 30 Sep 2003 13:02:09 -0000 1.59
+++ configure.ac 3 Oct 2003 07:06:18 -0000
@@ -48,9 +48,13 @@
[chmod +x tests/autoupdate])
AC_CONFIG_FILES([tests/ifnames:tests/wrapper.in],
[chmod +x tests/ifnames])
-AC_PATH_PROG(EXPR, expr)
+AC_PATH_PROG([EXPR], [expr])
+## ---- ##
+## M4. ##
+## ---- ##
+
# We use a path for GNU m4 so even if users have another m4 first in
# their path, the installer can configure with a path that has GNU m4
# first and get that path embedded in the installed autoconf and
@@ -60,10 +64,18 @@
AC_MSG_ERROR([GNU M4 1.4 is required])
fi
-# Man pages.
+## ----------- ##
+## Man pages. ##
+## ----------- ##
+
AC_CONFIG_FILES(man/Makefile)
AM_MISSING_PROG(HELP2MAN, help2man)
+
+## ------ ##
+## Perl. ##
+## ------ ##
+
# We use a path for perl so the #! line in autoscan will work.
AC_PATH_PROG([PERL], perl, no)
AC_SUBST([PERL])dnl
@@ -74,11 +86,42 @@
AC_MSG_ERROR([Perl 5.005_03 or better is required])
}
-# Emacs modes.
+
+## ------- ##
+## Emacs. ##
+## ------- ##
+
AC_CONFIG_FILES([lib/emacs/Makefile])
-test x"$EMACS" = xt && EMACS=
-AC_CHECK_PROGS(EMACS, emacs xemacs, no)
+TEST_EMACS=$EMACS
+test x"$TEST_EMACS" = xt && TEST_EMACS=
+AC_CHECK_PROGS([TEST_EMACS], [macs xemacs], [no])
+
+# autoconf-mode.el and autotest-mode.el do not work with older version of
+# Emacs (i.e. 18.x.x). During byte-compilation, Emacs complains:
+# "Variable (broken nil) seen on pass 2 of byte compiler but not pass 1"
+# We detect this problem here.
+AS_IF([test "$TEST_EMACS" != no],
+ [AC_CACHE_CHECK([whether $TEST_EMACS is sufficiently recent],
+ [ac_cv_prog_emacs_ok],
+ [# Note: The quoted "EOF" is intentional. It protects the ` in the text.
+ cat >conftest.el << "EOF"
+ (defvar broken)
+ (defun broken-mode () (setq broken-defaults `(broken nil)))
+EOF
+ AS_IF([AC_RUN_LOG(
+ [$TEST_EMACS -batch -q -f batch-byte-compile conftest.el 1>&2])],
+ [ac_cv_prog_emacs_ok=yes], [ac_cv_prog_emacs_ok=no])
+ rm -f conftest.el conftest.elc])
+ AS_IF([test $ac_cv_prog_emacs_ok = no], [TEST_EMACS=no])])
+
+AC_SUBST([EMACS], [$TEST_EMACS])
+
AM_PATH_LISPDIR
+
+
+## ------------ ##
+## Conclusion. ##
+## ------------ ##
AC_CONFIG_FILES([Makefile doc/Makefile
lib/Makefile lib/Autom4te/Makefile lib/autoscan/Makefile
Index: bin/Makefile.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/bin/Makefile.in,v
retrieving revision 1.39
diff -u -u -r1.39 Makefile.in
--- bin/Makefile.in 25 Sep 2003 09:30:34 -0000 1.39
+++ bin/Makefile.in 3 Oct 2003 07:06:18 -0000
@@ -86,6 +86,7 @@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+TEST_EMACS = @TEST_EMACS@
VERSION = @VERSION@
ac_ct_STRIP = @ac_ct_STRIP@
am__leading_dot = @am__leading_dot@
Index: config/Makefile.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/config/Makefile.in,v
retrieving revision 1.37
diff -u -u -r1.37 Makefile.in
--- config/Makefile.in 25 Sep 2003 08:33:34 -0000 1.37
+++ config/Makefile.in 3 Oct 2003 07:06:18 -0000
@@ -79,6 +79,7 @@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+TEST_EMACS = @TEST_EMACS@
VERSION = @VERSION@
ac_ct_STRIP = @ac_ct_STRIP@
am__leading_dot = @am__leading_dot@
Index: doc/Makefile.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/doc/Makefile.in,v
retrieving revision 1.140
diff -u -u -r1.140 Makefile.in
--- doc/Makefile.in 25 Sep 2003 08:33:34 -0000 1.140
+++ doc/Makefile.in 3 Oct 2003 07:06:18 -0000
@@ -89,6 +89,7 @@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+TEST_EMACS = @TEST_EMACS@
VERSION = @VERSION@
ac_ct_STRIP = @ac_ct_STRIP@
am__leading_dot = @am__leading_dot@
Index: lib/Makefile.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/Makefile.in,v
retrieving revision 1.34
diff -u -u -r1.34 Makefile.in
--- lib/Makefile.in 25 Sep 2003 08:33:34 -0000 1.34
+++ lib/Makefile.in 3 Oct 2003 07:06:18 -0000
@@ -92,6 +92,7 @@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+TEST_EMACS = @TEST_EMACS@
VERSION = @VERSION@
ac_ct_STRIP = @ac_ct_STRIP@
am__leading_dot = @am__leading_dot@
Index: lib/Autom4te/Makefile.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/Autom4te/Makefile.in,v
retrieving revision 1.33
diff -u -u -r1.33 Makefile.in
--- lib/Autom4te/Makefile.in 25 Sep 2003 08:33:34 -0000 1.33
+++ lib/Autom4te/Makefile.in 3 Oct 2003 07:06:18 -0000
@@ -85,6 +85,7 @@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+TEST_EMACS = @TEST_EMACS@
VERSION = @VERSION@
ac_ct_STRIP = @ac_ct_STRIP@
am__leading_dot = @am__leading_dot@
Index: lib/autoconf/Makefile.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/Makefile.in,v
retrieving revision 1.48
diff -u -u -r1.48 Makefile.in
--- lib/autoconf/Makefile.in 25 Sep 2003 08:33:35 -0000 1.48
+++ lib/autoconf/Makefile.in 3 Oct 2003 07:06:18 -0000
@@ -87,6 +87,7 @@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+TEST_EMACS = @TEST_EMACS@
VERSION = @VERSION@
ac_ct_STRIP = @ac_ct_STRIP@
am__leading_dot = @am__leading_dot@
Index: lib/autoscan/Makefile.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoscan/Makefile.in,v
retrieving revision 1.37
diff -u -u -r1.37 Makefile.in
--- lib/autoscan/Makefile.in 25 Sep 2003 08:33:35 -0000 1.37
+++ lib/autoscan/Makefile.in 3 Oct 2003 07:06:18 -0000
@@ -81,6 +81,7 @@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+TEST_EMACS = @TEST_EMACS@
VERSION = @VERSION@
ac_ct_STRIP = @ac_ct_STRIP@
am__leading_dot = @am__leading_dot@
Index: lib/autotest/Makefile.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autotest/Makefile.in,v
retrieving revision 1.38
diff -u -u -r1.38 Makefile.in
--- lib/autotest/Makefile.in 25 Sep 2003 08:33:35 -0000 1.38
+++ lib/autotest/Makefile.in 3 Oct 2003 07:06:18 -0000
@@ -87,6 +87,7 @@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+TEST_EMACS = @TEST_EMACS@
VERSION = @VERSION@
ac_ct_STRIP = @ac_ct_STRIP@
am__leading_dot = @am__leading_dot@
Index: lib/emacs/Makefile.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/emacs/Makefile.in,v
retrieving revision 1.26
diff -u -u -r1.26 Makefile.in
--- lib/emacs/Makefile.in 25 Sep 2003 08:33:35 -0000 1.26
+++ lib/emacs/Makefile.in 3 Oct 2003 07:06:18 -0000
@@ -84,6 +84,7 @@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+TEST_EMACS = @TEST_EMACS@
VERSION = @VERSION@
ac_ct_STRIP = @ac_ct_STRIP@
am__leading_dot = @am__leading_dot@
Index: lib/m4sugar/Makefile.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/m4sugar/Makefile.in,v
retrieving revision 1.39
diff -u -u -r1.39 Makefile.in
--- lib/m4sugar/Makefile.in 25 Sep 2003 08:33:35 -0000 1.39
+++ lib/m4sugar/Makefile.in 3 Oct 2003 07:06:18 -0000
@@ -87,6 +87,7 @@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+TEST_EMACS = @TEST_EMACS@
VERSION = @VERSION@
ac_ct_STRIP = @ac_ct_STRIP@
am__leading_dot = @am__leading_dot@
Index: man/Makefile.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/man/Makefile.in,v
retrieving revision 1.56
diff -u -u -r1.56 Makefile.in
--- man/Makefile.in 25 Sep 2003 08:33:35 -0000 1.56
+++ man/Makefile.in 3 Oct 2003 07:06:18 -0000
@@ -81,6 +81,7 @@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+TEST_EMACS = @TEST_EMACS@
VERSION = @VERSION@
ac_ct_STRIP = @ac_ct_STRIP@
am__leading_dot = @am__leading_dot@
Index: man/autoconf.1
===================================================================
RCS file: /cvsroot/autoconf/autoconf/man/autoconf.1,v
retrieving revision 1.89
diff -u -u -r1.89 autoconf.1
--- man/autoconf.1 30 Sep 2003 13:02:09 -0000 1.89
+++ man/autoconf.1 3 Oct 2003 07:06:18 -0000
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
-.TH AUTOCONF "1" "September 2003" "autoconf 2.57f" "User Commands"
+.TH AUTOCONF "1" "October 2003" "autoconf 2.57f" "User Commands"
.SH NAME
autoconf \- Generate configuration scripts
.SH SYNOPSIS
Index: man/autoheader.1
===================================================================
RCS file: /cvsroot/autoconf/autoconf/man/autoheader.1,v
retrieving revision 1.86
diff -u -u -r1.86 autoheader.1
--- man/autoheader.1 30 Sep 2003 13:02:10 -0000 1.86
+++ man/autoheader.1 3 Oct 2003 07:06:18 -0000
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
-.TH AUTOHEADER "1" "September 2003" "autoheader " "User Commands"
+.TH AUTOHEADER "1" "October 2003" "autoheader " "User Commands"
.SH NAME
autoheader \- Create a template header for configure
.SH SYNOPSIS
Index: man/autom4te.1
===================================================================
RCS file: /cvsroot/autoconf/autoconf/man/autom4te.1,v
retrieving revision 1.63
diff -u -u -r1.63 autom4te.1
--- man/autom4te.1 30 Sep 2003 13:02:10 -0000 1.63
+++ man/autom4te.1 3 Oct 2003 07:06:18 -0000
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
-.TH AUTOM4TE "1" "September 2003" "autom4te 2.57f" "User Commands"
+.TH AUTOM4TE "1" "October 2003" "autom4te 2.57f" "User Commands"
.SH NAME
autom4te \- Generate files and scripts thanks to M4
.SH SYNOPSIS
Index: man/autoreconf.1
===================================================================
RCS file: /cvsroot/autoconf/autoconf/man/autoreconf.1,v
retrieving revision 1.93
diff -u -u -r1.93 autoreconf.1
--- man/autoreconf.1 30 Sep 2003 13:02:10 -0000 1.93
+++ man/autoreconf.1 3 Oct 2003 07:06:18 -0000
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
-.TH AUTORECONF "1" "September 2003" "autoreconf 2.57f" "User Commands"
+.TH AUTORECONF "1" "October 2003" "autoreconf 2.57f" "User Commands"
.SH NAME
autoreconf \- Update generated configuration files
.SH SYNOPSIS
Index: man/autoscan.1
===================================================================
RCS file: /cvsroot/autoconf/autoconf/man/autoscan.1,v
retrieving revision 1.82
diff -u -u -r1.82 autoscan.1
--- man/autoscan.1 30 Sep 2003 13:02:10 -0000 1.82
+++ man/autoscan.1 3 Oct 2003 07:06:18 -0000
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
-.TH AUTOSCAN "1" "September 2003" "autoscan 2.57f" "User Commands"
+.TH AUTOSCAN "1" "October 2003" "autoscan 2.57f" "User Commands"
.SH NAME
autoscan \- Generate a preliminary configure.in
.SH SYNOPSIS
Index: man/autoupdate.1
===================================================================
RCS file: /cvsroot/autoconf/autoconf/man/autoupdate.1,v
retrieving revision 1.87
diff -u -u -r1.87 autoupdate.1
--- man/autoupdate.1 30 Sep 2003 13:02:10 -0000 1.87
+++ man/autoupdate.1 3 Oct 2003 07:06:18 -0000
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
-.TH AUTOUPDATE "1" "September 2003" "autoupdate 2.57f" "User Commands"
+.TH AUTOUPDATE "1" "October 2003" "autoupdate 2.57f" "User Commands"
.SH NAME
autoupdate \- Update a configure.in to a newer Autoconf
.SH SYNOPSIS
Index: man/ifnames.1
===================================================================
RCS file: /cvsroot/autoconf/autoconf/man/ifnames.1,v
retrieving revision 1.74
diff -u -u -r1.74 ifnames.1
--- man/ifnames.1 30 Sep 2003 13:02:10 -0000 1.74
+++ man/ifnames.1 3 Oct 2003 07:06:18 -0000
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
-.TH IFNAMES "1" "September 2003" "ifnames " "User Commands"
+.TH IFNAMES "1" "October 2003" "ifnames " "User Commands"
.SH NAME
ifnames \- Extract CPP conditionals from a set of files
.SH SYNOPSIS
Index: tests/Makefile.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/Makefile.in,v
retrieving revision 1.141
diff -u -u -r1.141 Makefile.in
--- tests/Makefile.in 25 Sep 2003 08:33:35 -0000 1.141
+++ tests/Makefile.in 3 Oct 2003 07:06:18 -0000
@@ -79,6 +79,7 @@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+TEST_EMACS = @TEST_EMACS@
VERSION = @VERSION@
ac_ct_STRIP = @ac_ct_STRIP@
am__leading_dot = @am__leading_dot@
- Old Emacs check, Eric Sunshine, 2003/10/02
- Re: Old Emacs check,
Akim Demaille <=