comparison configure.in @ 2642:042f5cbdb2a8

[project @ 1997-01-29 06:28:56 by jwe]
author jwe
date Wed, 29 Jan 1997 06:30:03 +0000
parents eb58c59bd223
children 5a9e08ddc093
comparison
equal deleted inserted replaced
2641:bba5bce877e0 2642:042f5cbdb2a8
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 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 ### 02111-1307, USA. 22 ### 02111-1307, USA.
23 23
24 AC_REVISION($Revision: 1.251 $) 24 AC_REVISION($Revision: 1.252 $)
25 AC_PREREQ(2.9) 25 AC_PREREQ(2.9)
26 AC_INIT(src/octave.cc) 26 AC_INIT(src/octave.cc)
27 AC_CONFIG_HEADER(config.h) 27 AC_CONFIG_HEADER(config.h)
28 28
29 AC_DEFINE(OCTAVE_SOURCE, 1) 29 AC_DEFINE(OCTAVE_SOURCE, 1)
1039 RUNTEST= 1039 RUNTEST=
1040 fi 1040 fi
1041 AC_SUBST(RUNTEST) 1041 AC_SUBST(RUNTEST)
1042 1042
1043 AC_PROG_INSTALL 1043 AC_PROG_INSTALL
1044 INSTALL_SCRIPT='${INSTALL}'
1045 AC_SUBST(INSTALL_SCRIPT)
1044 1046
1045 EXE= 1047 EXE=
1046 case "$canonical_host_type" in 1048 case "$canonical_host_type" in
1047 *-*-cygwin32) 1049 *-*-cygwin32)
1048 EXE=.exe 1050 EXE=.exe