# HG changeset patch # User jwe # Date 799644391 0 # Node ID addfb525226d6671a03d71072fb7dfa6f4423949 # Parent f85193c7dabcd9595d107157e911450dd0833c88 [project @ 1995-05-05 03:26:31 by jwe] diff -r f85193c7dabc -r addfb525226d configure.in --- a/configure.in Tue May 02 21:20:42 1995 +0000 +++ b/configure.in Fri May 05 03:26:31 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.123 $) +AC_REVISION($Revision: 1.124 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -803,6 +803,10 @@ ### Run configure in subdirectories. +export CC +export CXX +export F77 + AC_CONFIG_SUBDIRS(kpathsea libcruft scripts $INFO_DIR $PLPLOT_DIR) ### Do the substitutions in all the Makefiles.