comparison configure.in @ 2427:2f50b24ce84f

[project @ 1996-10-25 06:15:28 by jwe]
author jwe
date Fri, 25 Oct 1996 06:15:50 +0000
parents d64502c62840
children dc870b8b229f
comparison
equal deleted inserted replaced
2426:1b5536a0bbb4 2427:2f50b24ce84f
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.219 $) 23 AC_REVISION($Revision: 1.220 $)
24 AC_PREREQ(2.9) 24 AC_PREREQ(2.9)
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)
887 esac 887 esac
888 AC_SUBST(VOID_SIGHANDLER) 888 AC_SUBST(VOID_SIGHANDLER)
889 889
890 AC_CHECK_FUNCS(getrusage times) 890 AC_CHECK_FUNCS(getrusage times)
891 891
892 case "$canonical_host_type" in
893 *-*-cygwin32)
894 AC_DEFINE(RUSAGE_TIMES_ONLY, 1)
895 ;;
896 esac
897
892 ### Checks for other programs used for building, testing, installing, 898 ### Checks for other programs used for building, testing, installing,
893 ### and running Octave. 899 ### and running Octave.
894 ### 900 ###
895 ### For now, don't define LEXLIB to be -lfl -- we don't use anything in 901 ### For now, don't define LEXLIB to be -lfl -- we don't use anything in
896 ### it, and it might not be installed. 902 ### it, and it might not be installed.