changeset 1259:68ccb4b5b79f

[project @ 1995-04-12 01:37:12 by jwe]
author jwe
date Wed, 12 Apr 1995 01:39:03 +0000
parents c7a7ad888748
children 1ef158ab5d98
files configure.in info/Makefile.in
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Apr 12 01:36:48 1995 +0000
+++ b/configure.in	Wed Apr 12 01:39:03 1995 +0000
@@ -20,7 +20,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_REVISION($Revision: 1.115 $)
+AC_REVISION($Revision: 1.116 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -760,7 +760,11 @@
 
 ### Run configure in subdirectories.
 
-AC_CONFIG_SUBDIRS(kpathsea libcruft scripts)
+info_subdir=
+if $USE_GNU_INFO; then
+  info_subdir=info
+fi
+AC_CONFIG_SUBDIRS(kpathsea libcruft scripts $info_subdir)
 
 ### Do the substitutions in all the Makefiles.
 
--- a/info/Makefile.in	Wed Apr 12 01:36:48 1995 +0000
+++ b/info/Makefile.in	Wed Apr 12 01:39:03 1995 +0000
@@ -58,7 +58,7 @@
 
 TEXI = info-stnd.texi info.texi userdoc.texi
 
-DISTFILES = Makefile.in README NEWS info.1 \
+DISTFILES = Makefile.in README NEWS info.1 configure.in acconfig.h \
 	  $(SOURCES) $(INCLUDES) $(TEXINFO)
 
 GETOPT_OBJS = getopt.o getopt1.o