comparison configure.in @ 1789:c53d38ac99b4

[project @ 1996-01-24 20:55:44 by jwe]
author jwe
date Wed, 24 Jan 1996 20:55:44 +0000
parents b7de2fd2be6b
children 96a5948e7294
comparison
equal deleted inserted replaced
1788:b7de2fd2be6b 1789:c53d38ac99b4
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, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 22
23 AC_REVISION($Revision: 1.156 $) 23 AC_REVISION($Revision: 1.157 $)
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)
927 927
928 export CC 928 export CC
929 export CXX 929 export CXX
930 export F77 930 export F77
931 931
932 AC_CONFIG_SUBDIRS(kpathsea scripts $INFO_DIR $PLPLOT_DIR $READLINE_DIR) 932 AC_CONFIG_SUBDIRS(glob kpathsea scripts $INFO_DIR $PLPLOT_DIR $READLINE_DIR)
933 933
934 ### Do the substitutions in all the Makefiles. 934 ### Do the substitutions in all the Makefiles.
935 935
936 AC_OUTPUT(Makefile octMakefile Makeconf liboctave/Makefile 936 AC_OUTPUT(Makefile octMakefile Makeconf liboctave/Makefile
937 src/Makefile dld/Makefile doc/Makefile test/Makefile 937 src/Makefile dld/Makefile doc/Makefile test/Makefile