Bob Friesenhahn <[EMAIL PROTECTED]> writes:
> By the way, I have attached a patch to resolve this particular
> problem. There is also a warning emitted from configure that someone
> should look at.
>
> Bob
>
> Index: configure.ac
> ===================================================================
> RCS file: /home/cvs/libtool/configure.ac,v
> retrieving revision 1.6
> diff -u -r1.6 configure.ac
> --- configure.ac 2001/10/06 15:35:17 1.6
> +++ configure.ac 2001/10/29 00:03:50
> @@ -52,7 +52,7 @@
> ## ------------------------------- ##
> ## Libtool specific configuration. ##
> ## ------------------------------- ##
> -pkgdatadir='${datadir}'"/${PACKAGE}"
> +pkgdatadir='${datadir}'"/AC_PACKAGE_TARNAME
> AC_SUBST([pkgdatadir]) # automake does not need this, but libtoolize does
>
> aclocaldir='${datadir}/aclocal'
Or the following patch:
Index: configure.ac
===================================================================
RCS file: /cvs/libtool/configure.ac,v
retrieving revision 1.6
diff -u -p -u -r1.6 configure.ac
--- configure.ac 2001/10/06 15:35:17 1.6
+++ configure.ac 2001/10/29 00:43:40
@@ -49,6 +49,13 @@ AC_SUBST([TIMESTAMP])
+## ------------------------ ##
+## Automake Initialisation. ##
+## ------------------------ ##
+AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
+
+
+
## ------------------------------- ##
## Libtool specific configuration. ##
## ------------------------------- ##
@@ -79,13 +86,6 @@ for dir in $CONF_SUBDIRS; do
done
AC_SUBST([ACINCLUDE_M4_LIST])
AC_SUBST([DIST_MAKEFILE_LIST])
-
-
-
-## ------------------------ ##
-## Automake Initialisation. ##
-## ------------------------ ##
-AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
- Hari
--
Raja R Harinath ------------------------------ [EMAIL PROTECTED]
"When all else fails, read the instructions." -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing." -- Roy L Ash