changeset 4411:cd14ff360ec8

[project @ 2003-05-14 01:10:27 by jwe]
author jwe
date Wed, 14 May 2003 01:10:28 +0000
parents b6bc72f02a9b
children 34438519fac3
files ChangeLog Makeconf.in
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue May 13 21:46:26 2003 +0000
+++ b/ChangeLog	Wed May 14 01:10:28 2003 +0000
@@ -1,3 +1,7 @@
+2003-05-13  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* Makeconf.in (sbindir): New variable substitution.
+
 2003-04-30  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* configure.in: Don't define WITH_KPATHSEARCH.
--- a/Makeconf.in	Tue May 13 21:46:26 2003 +0000
+++ b/Makeconf.in	Wed May 14 01:10:28 2003 +0000
@@ -188,6 +188,10 @@
 # run directly.
 bindir = @bindir@
 
+# Normally the directory for installing executables that system
+# administrators run.  This is the same as libexecdir on Cygwin systems.
+sbindir = @sbindir@
+
 # Where to install architecture-independent data files.  ${fcnfiledir}
 # and ${localfcnfiledir} are subdirectories of this.
 datadir = @datadir@