+2003-11-14 Gary V. Vaughan <gary@gnu.org>
+
+ Run our configure.ac files through Autoconf 2.59's autoupdate, and
+ then tweak the results by hand:
+
+ * m4/libtool.m4 (AC_PROG_LD): In common with all the other
+ AC_PROG_ macros, AC_SUBST the discovered LD.
+ (AC_PROG_NM): Similarly for NM.
+ (LT_AC_PROG_SED): Similarly for SED.
+ * configure.ac: No need to SUBST NM and LD manually any more.
+ (AC_PREREQ): Conservatively downgrade from 2.59 to 2.54.
+ * tests/cdemo/configure.ac, tests/demo/configure.ac,
+ tests/depdemo/configure.ac, tests/f77demo/configure.ac,
+ tests/mdemo/configure.ac, tests/mdemo2/configure.ac,
+ tests/pdemo/configure.ac, tests/tagdemo/configure.ac: Ditto.
+ * m4/libtool.m4 (AM_PROG_LIBTOOL, AM_ENABLE_SHARED,
+ AM_ENABLE_STATIC, AM_DISABLE_SHARED, AM_DISABLE_STATIC,
+ AM_PROG_LD, AM_PROG_NM): AU_DEFUN these macros so autoupdate can
+ use the newer definitions.
+
2003-11-12 Gary V. Vaughan <gary@gnu.org>
The rules for uploading releases to gnu.org have been updated, and
## FIXME: Is this really new enough? ##
-AC_PREREQ(2.50)
+AC_PREREQ(2.54)
AC_SUBST([aclocaldir])
AC_ARG_ENABLE(ltdl-install,
- [AC_HELP_STRING([--disable-ltdl-install], [do not install libltdl])])
+ [AS_HELP_STRING([--disable-ltdl-install], [do not install libltdl])])
if test x"${enable_ltdl_install+set}" != xset; then
enable_ltdl_install=yes
ac_configure_args="$ac_configure_args --enable-ltdl-install"
# Use the specified CC and LD
AC_PROG_CC
AC_EXEEXT
-AM_PROG_LD
-AC_SUBST(LD)
-AM_PROG_NM
-AC_SUBST(NM)
+AC_PROG_LD
+AC_PROG_NM
AC_PROG_LN_S
pushdef([AC_MSG_ERROR], [CXX=no])
fi
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
AC_PROG_LD_GNU
+AC_SUBST([LD])
])# AC_PROG_LD
test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
fi])
NM="$lt_cv_path_NM"
+AC_SUBST([NM])
])# AC_PROG_NM
# old names
-AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
-AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
-AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
-AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
-AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
-AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
-AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
+AU_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
+AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
+AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
+AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
+AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
+AU_DEFUN([AM_PROG_LD], [AC_PROG_LD])
+AU_DEFUN([AM_PROG_NM], [AC_PROG_NM])
# This is just to silence aclocal about the macro not being used
m4_if([AC_DISABLE_FAST_INSTALL])
done
done
SED=$lt_cv_path_SED
+AC_SUBST([SED])
])
AC_MSG_RESULT([$SED])
])
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA
-AC_PREREQ(2.50)
+AC_PREREQ(2.54)
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([cdemo], [0.1], [bug-libtool@gnu.org])
+AC_INIT([cdemo], [1.0], [bug-libtool@gnu.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_AUX_DIR([../../config])
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA
-AC_PREREQ(2.50)
+AC_PREREQ(2.54)
## ------------------------ ##
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA
-AC_PREREQ(2.50)
+AC_PREREQ(2.54)
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([depdemo], [0.1], [bug-libtool@gnu.org])
+AC_INIT([depdemo], [1.0], [bug-libtool@gnu.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_AUX_DIR([../../config])
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA
-AC_PREREQ(2.50)
+AC_PREREQ(2.54)
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([f77demo], [0.1], [bug-libtool@gnu.org])
+AC_INIT([f77demo], [1.0], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([foof.f])
AC_CONFIG_AUX_DIR([../../config])
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA
-AC_PREREQ(2.50)
+AC_PREREQ(2.54)
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([mdemo], [0.1], [bug-libtool@gnu.org])
+AC_INIT([mdemo], [1.0], [bug-libtool@gnu.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_AUX_DIR([../../config])
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA
-AC_PREREQ(2.50)
+AC_PREREQ(2.54)
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([mdemo2], [0.1], [bug-libtool@gnu.org])
+AC_INIT([mdemo2], [1.0], [bug-libtool@gnu.org])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_AUX_DIR([../../config])
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA
-AC_PREREQ(2.50)
+AC_PREREQ(2.54)
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([pdemo], [0.1], [bug-libtool@gnu.org])
+AC_INIT([pdemo], [1.0], [bug-libtool@gnu.org])
AC_CONFIG_SRCDIR([longer_file_name_hello.c])
AC_CONFIG_AUX_DIR([../../config])
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA
-AC_PREREQ(2.50)
+AC_PREREQ(2.54)
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([tagdemo], [0.1], [bug-libtool@gnu.org])
+AC_INIT([tagdemo], [1.0], [bug-libtool@gnu.org])
AC_CONFIG_SRCDIR([foo.cpp])
AC_CONFIG_AUX_DIR([../../config])