changeset 1304:addfb525226d

[project @ 1995-05-05 03:26:31 by jwe]
author jwe
date Fri, 05 May 1995 03:26:31 +0000
parents f85193c7dabc
children 434cc4304b20
files configure.in
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.