Mercurial > hg > xemacs-beta
diff configure.in @ 1349:2e6e691f6649
[xemacs-hg @ 2003-03-09 17:23:50 by scop]
Get rid of pkgdir (unused) <1046527597.1660.342.camel@bobcat.ods.org>.
author | scop |
---|---|
date | Sun, 09 Mar 2003 17:23:59 +0000 |
parents | b531bf8658e9 |
children | 72bc4b7c2480 |
line wrap: on
line diff
--- a/configure.in Sun Mar 09 13:24:48 2003 +0000 +++ b/configure.in Sun Mar 09 17:23:59 2003 +0000 @@ -359,7 +359,6 @@ moduledir='${libdir}/${instvardir}/${configuration}/modules' sitelispdir='${datadir}/${inststaticdir}/site-lisp' sitemoduledir='${libdir}/${inststaticdir}/site-modules' -pkgdir='${datadir}/${instvardir}/lisp' package_path='' etcdir='${datadir}/${instvardir}/etc' archlibdir='${libdir}/${instvardir}/${configuration}' @@ -770,7 +769,7 @@ dnl Has the user specified one of the path options? prefix | exec_prefix | bindir | datadir | statedir | libdir | \ - mandir | infodir | infopath | lispdir | etcdir | pkgdir | \ + mandir | infodir | infopath | lispdir | etcdir | \ archlibdir | docdir | package_path | moduledir ) dnl If the value was omitted, get it from the next argument. if test "$valomitted" = "yes"; then @@ -4796,7 +4795,6 @@ AC_SUBST(srcdir) AC_SUBST(bindir) AC_SUBST(datadir) -AC_SUBST(pkgdir) AC_SUBST(statedir) AC_SUBST(libdir) AC_SUBST(mandir)