# HG changeset patch # User jwe # Date 1052874628 0 # Node ID cd14ff360ec81f1a87f1ca4a1b2a849635de25a6 # Parent b6bc72f02a9bc4480cb245ac384f2c58d5543f15 [project @ 2003-05-14 01:10:27 by jwe] diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-13 John W. Eaton + + * Makeconf.in (sbindir): New variable substitution. + 2003-04-30 John W. Eaton * configure.in: Don't define WITH_KPATHSEARCH. diff --git a/Makeconf.in b/Makeconf.in --- a/Makeconf.in +++ b/Makeconf.in @@ -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@