diff Makeconf.in @ 2223:57429a64a466

[project @ 1996-05-17 08:06:01 by jwe]
author jwe
date Fri, 17 May 1996 08:11:00 +0000
parents cb650e16f74a
children 55f2ac8c7eb0
line wrap: on
line diff
--- a/Makeconf.in	Fri May 17 08:02:36 1996 +0000
+++ b/Makeconf.in	Fri May 17 08:11:00 1996 +0000
@@ -163,16 +163,17 @@
 
 # The prefix for Octave's include file directory.  The default is
 # ${prefix}/include
-topincludedir = @topincludedir@
+includedir = @includedir@
 
 # Where to install Octave's include files.  The default is
-# ${topincludedir}/octave-${version}
-includedir = @includedir@
+# ${includedir}/octave-${version}
+octincludedir = @octincludedir@
 
 # Where to install Octave's man pages, and what extension they should
 # have.  The default is ${prefix}/man/man1
 mandir = @mandir@
-manext = 1
+man1dir = @man1dir@
+man1ext = @man1ext@
 
 # Where to install and expect the info files describing Octave..
 infodir = @infodir@
@@ -294,8 +295,8 @@
 endef
 
 define do-subst-config-vals
-echo making $@ from $(srcdir)/$@.in
-sed < $(srcdir)/$@.in > $@.tmp \
+echo "making $@ from $<"
+sed < $< > $@.tmp \
   -e "s;%VERSION%;\"${version}\";" \
   -e "s;%config_opts%;\"${config_opts}\";" \
   -e "s;%TARGET_HOST_TYPE%;\"${target_host_type}\";" \
@@ -306,7 +307,7 @@
   -e "s;%F2CFLAGS%;\"${F2CFLAGS}\";" \
   -e "s;%FLIBS%;\"${FLIBS}\";" \
   -e "s;%CPPFLAGS%;\"${CPPFLAGS}\";" \
-  -e "s;%INCFLAGS%;\"-I${topincludedir} -I${includedir}\";" \
+  -e "s;%INCFLAGS%;\"-I${includedir} -I${octincludedir}\";" \
   -e "s;%CC%;\"${CC}\";" \
   -e "s;%CC_VERSION%;\"${CC_VERSION}\";" \
   -e "s;%CFLAGS%;\"${BUG_CFLAGS}\";" \
@@ -333,8 +334,8 @@
 endef
 
 define do-subst-default-vals
-echo "making $@ from $(srcdir)/$@.in"
-sed < $(srcdir)/$@.in > $@.tmp \
+echo "making $@ from $<"
+sed < $< > $@.tmp \
   -e "s;%DEFAULT_PAGER%;\"${DEFAULT_PAGER}\";" \
   -e "s;%OCTAVE_PREFIX%;\"${prefix}\";" \
   -e "s;%OCTAVE_EXEC_PREFIX%;\"${exec_prefix}\";" \