comparison configure.in @ 3222:dae85431bade

[project @ 1998-11-19 22:14:06 by jwe]
author jwe
date Thu, 19 Nov 1998 22:14:09 +0000
parents 3deb1105fbc1
children 7aae2c3636a7
comparison
equal deleted inserted replaced
3221:eba59b8c64dc 3222:dae85431bade
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.311 $) 24 AC_REVISION($Revision: 1.312 $)
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)
293 esac 293 esac
294 if test -n "$LD_STATIC_FLAG"; then 294 if test -n "$LD_STATIC_FLAG"; then
295 AC_MSG_RESULT([defining LD_STATIC_FLAG to be $LD_STATIC_FLAG]) 295 AC_MSG_RESULT([defining LD_STATIC_FLAG to be $LD_STATIC_FLAG])
296 fi 296 fi
297 AC_SUBST(LD_STATIC_FLAG) 297 AC_SUBST(LD_STATIC_FLAG)
298
299 OCTAVE_CXX_PREPENDS_UNDERSCORE
298 300
299 ### We need these before trying to find libf2c. 301 ### We need these before trying to find libf2c.
300 302
301 OCTAVE_PROG_AR 303 OCTAVE_PROG_AR
302 304
1065 ;; 1067 ;;
1066 esac 1068 esac
1067 1069
1068 AC_PROG_LN_S 1070 AC_PROG_LN_S
1069 1071
1072 OCTAVE_PROG_NM
1070 OCTAVE_PROG_RUNTEST 1073 OCTAVE_PROG_RUNTEST
1071 1074
1072 AC_PROG_INSTALL 1075 AC_PROG_INSTALL
1073 INSTALL_SCRIPT='${INSTALL}' 1076 INSTALL_SCRIPT='${INSTALL}'
1074 AC_SUBST(INSTALL_SCRIPT) 1077 AC_SUBST(INSTALL_SCRIPT)