Mercurial > hg > octave-lyh
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 +++ b/configure.in @@ -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.