2000-09-16 Gary V. Vaughan <gvv@techie.com>
+ * configure.in: Replace `dnl' comments with `#' comments for
+ more conformity with cvs autoconf.
+ Removed emacs hack-local-variables, since there is now a
+ proper Autoconf major mode.
+ Removed a couple of changequote()s.
+
* bootstrap (ltconfig): When bootstrapping libtool with a
stock automake (i.e. without the README patch applied),
references to ltconfig are manually removed from the generated
-dnl Process this file with autoconf to create configure.
+## Process this file with autoconf to create configure.
AC_INIT(ltmain.in)
# versions (i.e. "odd" letters) and not actual alpha releases.
TIMESTAMP=
case "$VERSION" in
-changequote(,)
- *[acegikmoqsuwy])
-changequote([,])
+ [*[acegikmoqsuwy])]
TIMESTAMP=`${CONFIG_SHELL} ${srcdir}/mkstamp < ${srcdir}/ChangeLog`
banner="Configuring $PACKAGE $VERSION$TIMESTAMP"
dashes=`echo "$banner" | sed 's/./-/g'`
AC_SUBST(TIMESTAMP)
pkgdatadir='${datadir}'"/${PACKAGE}"
-AC_SUBST(pkgdatadir) dnl automake does not need this, but libtoolize does
+AC_SUBST(pkgdatadir) # automake does not need this, but libtoolize does
aclocaldir='${datadir}/aclocal'
AC_SUBST(aclocaldir)
-dnl Use the specified CC and LD
+# Use the specified CC and LD
AC_PROG_CC
AM_PROG_LD
AC_SUBST(LD)
AC_SUBST(NM)
AC_PROG_LN_S
-dnl Check for win32 dll support
+# Declare win32 dll support
AC_LIBTOOL_WIN32_DLL
-dnl Check for dlopen support
+# Check for dlopen support
AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
fi
AC_CONFIG_SUBDIRS(libltdl)
-dnl all subdirectories that are configured on demand, but that must be
-dnl included in the distribution
+# all subdirectories that are configured on demand, but that must be
+# included in the distribution
CONF_SUBDIRS="cdemo demo depdemo mdemo"
AC_SUBST(CONF_SUBDIRS)
AC_SUBST(DIST_MAKEFILE_LIST)
AC_OUTPUT([Makefile doc/Makefile tests/Makefile ltmain.sh:ltmain.in])
-
-# Local Variables:
-# mode:shell-script
-# sh-indentation:2
-# End: