changeset 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 31b70e3e9ce7
children 9b0b0bdc84ab
files ChangeLog Makefile.in.in configure configure.in lib-src/ChangeLog lib-src/config.values.in
diffstat 6 files changed, 13 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Mar 09 13:24:48 2003 +0000
+++ b/ChangeLog	Sun Mar 09 17:23:59 2003 +0000
@@ -1,3 +1,9 @@
+2003-02-09  Ville Skyttä  <scop@xemacs.org>
+
+	* configure: Remove pkgdir and all references to it (unused).
+	* configure.in: Ditto.
+	* Makefile.in.in: Ditto.
+
 2003-03-03  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* INSTALL: Reorganize, synch to configure.usage.
--- a/Makefile.in.in	Sun Mar 09 13:24:48 2003 +0000
+++ b/Makefile.in.in	Sun Mar 09 17:23:59 2003 +0000
@@ -120,9 +120,6 @@
 ## ${lispdir} and ${etcdir} are subdirectories of this.
 datadir=@datadir@
 
-## Where to find XEmacs packages.
-pkgdir=@pkgdir@
-
 ## Where to install and expect the files that XEmacs modifies as it runs.
 ## These files are all architecture-independent. Right now, the
 ## only such data is the locking directory;
@@ -472,7 +469,7 @@
 ## make-path instead of mkdir.  Not all mkdirs have the `-p' flag.
 mkdir: FRC.mkdir
 	${MAKEPATH} ${COPYDESTS} ${docdir} ${infodir} ${archlibdir} \
-	  ${mandir} ${bindir} ${datadir} ${libdir} ${pkgdir} \
+	  ${mandir} ${bindir} ${datadir} ${libdir} \
 #ifdef HAVE_SHLIB
 	  ${moduledir} ${sitemoduledir} \
 #endif
--- a/configure	Sun Mar 09 13:24:48 2003 +0000
+++ b/configure	Sun Mar 09 17:23:59 2003 +0000
@@ -235,7 +235,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}'
@@ -600,7 +599,7 @@
 
 				
 		prefix | exec_prefix | bindir | datadir | statedir | libdir | \
-	mandir | infodir | infopath | lispdir | etcdir | pkgdir | \
+	mandir | infodir | infopath | lispdir | etcdir | \
 	archlibdir | docdir | package_path | moduledir )
 	   	   if test "$valomitted" = "yes"; then
 	     if test "$#" = 0; then
@@ -16186,7 +16185,6 @@
 s%@inststaticdir@%$inststaticdir%g
 s%@instvardir@%$instvardir%g
 s%@srcdir@%$srcdir%g
-s%@pkgdir@%$pkgdir%g
 s%@statedir@%$statedir%g
 s%@extra_includes@%$extra_includes%g
 s%@PREFIX_USER_DEFINED@%$PREFIX_USER_DEFINED%g
--- 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)
--- a/lib-src/ChangeLog	Sun Mar 09 13:24:48 2003 +0000
+++ b/lib-src/ChangeLog	Sun Mar 09 17:23:59 2003 +0000
@@ -1,3 +1,7 @@
+2003-02-09  Ville Skyttä  <scop@xemacs.org>
+
+	* config.values.in (pkgdir): Remove (unused).
+
 2003-03-06  Ben Wing  <ben@xemacs.org>
 
 	* i.c:
--- a/lib-src/config.values.in	Sun Mar 09 13:24:48 2003 +0000
+++ b/lib-src/config.values.in	Sun Mar 09 17:23:59 2003 +0000
@@ -132,7 +132,6 @@
 oldincludedir "@oldincludedir@"
 opsysfile "@opsysfile@"
 package_path "@package_path@"
-pkgdir "@pkgdir@"
 postgresql_libs "@postgresql_libs@"
 prefix "@prefix@"
 program_transform_name "@program_transform_name@"