comparison configure.in @ 2472:0c788e9b53b8

[project @ 1996-11-06 04:10:07 by jwe]
author jwe
date Wed, 06 Nov 1996 04:12:18 +0000
parents 7f99808d467d
children 1d7925d6bede
comparison
equal deleted inserted replaced
2471:7f99808d467d 2472:0c788e9b53b8
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.225 $) 23 AC_REVISION($Revision: 1.227 $)
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)
177 ### readline. 177 ### readline.
178 178
179 READLINE_DIR=readline 179 READLINE_DIR=readline
180 USE_READLINE=true 180 USE_READLINE=true
181 LIBREADLINE=-lreadline 181 LIBREADLINE=-lreadline
182 dnlAC_ARG_ENABLE(readline, 182 dnl AC_ARG_ENABLE(readline,
183 dnl [ --enable-readline use readline library (default is yes)], 183 dnl [ --enable-readline use readline library (default is yes)],
184 dnl [if test "$enableval" = no; then 184 dnl [if test "$enableval" = no; then
185 dnl USE_READLINE=false; 185 dnl USE_READLINE=false;
186 dnl LIBREADLINE=""; 186 dnl LIBREADLINE="";
187 dnl READLINE_DIR=""; 187 dnl READLINE_DIR="";
694 fi 694 fi
695 695
696 ### Checks for functions and variables. 696 ### Checks for functions and variables.
697 697
698 AC_CHECK_FUNCS(atexit bcopy bzero dup2 endpwent execvp fcntl fork \ 698 AC_CHECK_FUNCS(atexit bcopy bzero dup2 endpwent execvp fcntl fork \
699 getcwd gethostname getpgrp getpid getppid getpwent \ 699 getcwd geteuid gethostname getpgrp getpid getppid \
700 getpwnam getpwuid lstat memmove mkdir mkfifo on_exit \ 700 getpwent getpwnam getpwuid getuid lstat memmove mkdir \
701 pipe putenv rename rindex rmdir setpwent setvbuf \ 701 mkfifo on_exit pipe putenv rename rindex rmdir \
702 sigaction sigpending sigprocmask sigsuspend stat \ 702 setpwent setvbuf sigaction sigpending sigprocmask \
703 strcasecmp strdup strerror stricmp strncasecmp \ 703 sigsuspend stat strcasecmp strdup strerror stricmp \
704 strnicmp tempnam umask unlink vfprintf vsprintf \ 704 strncasecmp strnicmp tempnam umask unlink vfprintf \
705 waitpid) 705 vsprintf waitpid)
706 706
707 OCTAVE_SMART_PUTENV 707 OCTAVE_SMART_PUTENV
708 OCTAVE_PROGRAM_INVOCATION_NAME 708 OCTAVE_PROGRAM_INVOCATION_NAME
709 709
710 LIBDLFCN= 710 LIBDLFCN=