# HG changeset patch # User jwe # Date 797650743 0 # Node ID 68ccb4b5b79f3821559e77bf9326c6ee394dd2a3 # Parent c7a7ad8887481ab5ea2627b3618996bede46fdbd [project @ 1995-04-12 01:37:12 by jwe] diff -r c7a7ad888748 -r 68ccb4b5b79f configure.in --- 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. diff -r c7a7ad888748 -r 68ccb4b5b79f info/Makefile.in --- 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