From: Gary V. Vaughan Date: Tue, 26 Jan 1999 14:45:24 +0000 (+0000) Subject: * configure.in: It seems Alexandre accidentally removed the X-Git-Tag: release-1-2f~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=062f499ae0568718813f43f72aa7a6b505a018b8;p=thirdparty%2Flibtool.git * configure.in: It seems Alexandre accidentally removed the AC_SUBST(pkgdatadir) line recently which breaks libtoolize. Reverted that small change. --- diff --git a/ChangeLog b/ChangeLog index 55b82fde7..3836d2317 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-01-26 Gary V. Vaughan + + * configure.in: It seems Alexandre accidentally removed the + AC_SUBST(pkgdatadir) line recently which breaks libtoolize. + Reverted that small change. + 1999-01-25 Alexandre Oliva * libltdl/ltdl.c (find_module): test old_name and dlname for NULL, diff --git a/configure.in b/configure.in index 8fb8eb536..ea12dcc40 100644 --- a/configure.in +++ b/configure.in @@ -24,6 +24,7 @@ changequote([,]) ;; esac +AC_SUBST(pkgdatadir) aclocaldir='${datadir}/aclocal' AC_SUBST(aclocaldir)