Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1348:31b70e3e9ce7 | 1349:2e6e691f6649 |
---|---|
357 install_pp='' | 357 install_pp='' |
358 lispdir='${datadir}/${instvardir}/lisp' | 358 lispdir='${datadir}/${instvardir}/lisp' |
359 moduledir='${libdir}/${instvardir}/${configuration}/modules' | 359 moduledir='${libdir}/${instvardir}/${configuration}/modules' |
360 sitelispdir='${datadir}/${inststaticdir}/site-lisp' | 360 sitelispdir='${datadir}/${inststaticdir}/site-lisp' |
361 sitemoduledir='${libdir}/${inststaticdir}/site-modules' | 361 sitemoduledir='${libdir}/${inststaticdir}/site-modules' |
362 pkgdir='${datadir}/${instvardir}/lisp' | |
363 package_path='' | 362 package_path='' |
364 etcdir='${datadir}/${instvardir}/etc' | 363 etcdir='${datadir}/${instvardir}/etc' |
365 archlibdir='${libdir}/${instvardir}/${configuration}' | 364 archlibdir='${libdir}/${instvardir}/${configuration}' |
366 docdir='${archlibdir}' | 365 docdir='${archlibdir}' |
367 with_netinstall="no" | 366 with_netinstall="no" |
768 dnl testers, at large sites, have said they have their X files | 767 dnl testers, at large sites, have said they have their X files |
769 dnl installed in odd places. | 768 dnl installed in odd places. |
770 | 769 |
771 dnl Has the user specified one of the path options? | 770 dnl Has the user specified one of the path options? |
772 prefix | exec_prefix | bindir | datadir | statedir | libdir | \ | 771 prefix | exec_prefix | bindir | datadir | statedir | libdir | \ |
773 mandir | infodir | infopath | lispdir | etcdir | pkgdir | \ | 772 mandir | infodir | infopath | lispdir | etcdir | \ |
774 archlibdir | docdir | package_path | moduledir ) | 773 archlibdir | docdir | package_path | moduledir ) |
775 dnl If the value was omitted, get it from the next argument. | 774 dnl If the value was omitted, get it from the next argument. |
776 if test "$valomitted" = "yes"; then | 775 if test "$valomitted" = "yes"; then |
777 if test "$#" = 0; then | 776 if test "$#" = 0; then |
778 USAGE_ERROR("The \`--$optname' option requires a value."); | 777 USAGE_ERROR("The \`--$optname' option requires a value."); |
4794 AC_SUBST(inststaticdir) | 4793 AC_SUBST(inststaticdir) |
4795 AC_SUBST(instvardir) | 4794 AC_SUBST(instvardir) |
4796 AC_SUBST(srcdir) | 4795 AC_SUBST(srcdir) |
4797 AC_SUBST(bindir) | 4796 AC_SUBST(bindir) |
4798 AC_SUBST(datadir) | 4797 AC_SUBST(datadir) |
4799 AC_SUBST(pkgdir) | |
4800 AC_SUBST(statedir) | 4798 AC_SUBST(statedir) |
4801 AC_SUBST(libdir) | 4799 AC_SUBST(libdir) |
4802 AC_SUBST(mandir) | 4800 AC_SUBST(mandir) |
4803 AC_SUBST(extra_includes) | 4801 AC_SUBST(extra_includes) |
4804 | 4802 |