comparison configure.in @ 1708:0d952cd2ea74

[project @ 1996-01-08 00:45:34 by jwe]
author jwe
date Mon, 08 Jan 1996 00:45:38 +0000
parents 7dbdf23e1d18
children c127e04cd4bf
comparison
equal deleted inserted replaced
1707:5ddae4c13f80 1708:0d952cd2ea74
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.146 $) 23 AC_REVISION($Revision: 1.147 $)
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)
641 AC_CHECK_FUNCS(stricmp strnicmp strcasecmp strncasecmp strerror atexit) 641 AC_CHECK_FUNCS(stricmp strnicmp strcasecmp strncasecmp strerror atexit)
642 AC_CHECK_FUNCS(on_exit tempnam memmove putenv getrusage) 642 AC_CHECK_FUNCS(on_exit tempnam memmove putenv getrusage)
643 AC_CHECK_FUNCS(mkdir rmdir rename umask) 643 AC_CHECK_FUNCS(mkdir rmdir rename umask)
644 AC_CHECK_FUNCS(sigaction sigprocmask sigpending sigsuspend) 644 AC_CHECK_FUNCS(sigaction sigprocmask sigpending sigsuspend)
645 645
646 OCTAVE_SMART_PUTENV
647
646 AC_CHECK_LIB(dl, dlopen) 648 AC_CHECK_LIB(dl, dlopen)
647 AC_CHECK_FUNCS(dlopen dlsym dlerror dlclose) 649 AC_CHECK_FUNCS(dlopen dlsym dlerror dlclose)
648 650
649 if test "$ac_cv_func_dlopen" = yes \ 651 if test "$ac_cv_func_dlopen" = yes \
650 && test "$ac_cv_func_dlopen" = yes \ 652 && test "$ac_cv_func_dlopen" = yes \