diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2005-02-27 00:24:31 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2005-02-27 00:24:31 +0000 |
commit | 0d3ad21bf611564dfadc0e8a7de48b50ddf12ae7 (patch) | |
tree | efba439aa1b4ab7bf868b8682449829f0af65d7f /m4 | |
parent | 39d76e987e69b7e9977cf4423d6ae64c35065b3d (diff) | |
download | automake-0d3ad21bf611564dfadc0e8a7de48b50ddf12ae7.tar.gz automake-0d3ad21bf611564dfadc0e8a7de48b50ddf12ae7.tar.bz2 automake-0d3ad21bf611564dfadc0e8a7de48b50ddf12ae7.zip |
* m4/lispdir.m4: Use datarootdir instead of datadir to match GCS.
* doc/automake.texi (Hard-Coded Install Paths): Adjust.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/lispdir.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/lispdir.m4 b/m4/lispdir.m4 index b977c5283..29c4e0d85 100644 --- a/m4/lispdir.m4 +++ b/m4/lispdir.m4 @@ -39,7 +39,7 @@ AC_DEFUN([AM_PATH_LISPDIR], am_cv_lispdir=`sed -n \ -e 's,/$,,' \ -e '/.*\/lib\/x*emacs\/site-lisp$/{s,.*/lib/\(x*emacs/site-lisp\)$,${libdir}/\1,;p;q;}' \ - -e '/.*\/share\/x*emacs\/site-lisp$/{s,.*/share/\(x*emacs/site-lisp\),${datadir}/\1,;p;q;}' \ + -e '/.*\/share\/x*emacs\/site-lisp$/{s,.*/share/\(x*emacs/site-lisp\),${datarootdir}/\1,;p;q;}' \ conftest.out` rm conftest.out fi |