comparison configure.in @ 1304:addfb525226d

[project @ 1995-05-05 03:26:31 by jwe]
author jwe
date Fri, 05 May 1995 03:26:31 +0000
parents 6fbac2681245
children 611d403c7f3d
comparison
equal deleted inserted replaced
1303:f85193c7dabc 1304:addfb525226d
18 ### 18 ###
19 ### You should have received a copy of the GNU General Public License 19 ### You should have received a copy of the GNU General Public License
20 ### along with Octave; see the file COPYING. If not, write to the Free 20 ### along with Octave; see the file COPYING. If not, write to the Free
21 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 21 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
22 22
23 AC_REVISION($Revision: 1.123 $) 23 AC_REVISION($Revision: 1.124 $)
24 AC_PREREQ(2.0) 24 AC_PREREQ(2.0)
25 AC_INIT(src/octave.cc) 25 AC_INIT(src/octave.cc)
26 AC_CONFIG_HEADER(config.h) 26 AC_CONFIG_HEADER(config.h)
27 27
28 AC_DEFINE(OCTAVE_SOURCE, 1) 28 AC_DEFINE(OCTAVE_SOURCE, 1)
801 AC_MSG_RESULT([adding -Wall to CFLAGS]) 801 AC_MSG_RESULT([adding -Wall to CFLAGS])
802 fi 802 fi
803 803
804 ### Run configure in subdirectories. 804 ### Run configure in subdirectories.
805 805
806 export CC
807 export CXX
808 export F77
809
806 AC_CONFIG_SUBDIRS(kpathsea libcruft scripts $INFO_DIR $PLPLOT_DIR) 810 AC_CONFIG_SUBDIRS(kpathsea libcruft scripts $INFO_DIR $PLPLOT_DIR)
807 811
808 ### Do the substitutions in all the Makefiles. 812 ### Do the substitutions in all the Makefiles.
809 813
810 define([tmpA], [Makefile octMakefile Makeconf])dnl 814 define([tmpA], [Makefile octMakefile Makeconf])dnl