pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1997-01-28
1997-01-28 02:51:10 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
565c362724f459c2887b1d3a307a3949345577ad (
10
lines) (+
8
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
mktime added, AC_AIX and AC_MINIX added, bugfix in AC_SYS_COMPILER_FLAG
Rev: src/configure.in:1.50
1:
-
AC_REVISION("$Id: configure.in,v 1.
49
1997/01/
27
08
:
11
:
44
per
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
50
1997/01/
28
02
:
51
:
10
hubbe
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
39:
fi #############################################################################
+
AC_AIX
+
AC_MINIX
# We need some special hacks when running slowaris AC_PATH_PROG(uname_prog,uname,no)
66:
AC_DEFUN(AC_SYS_COMPILER_FLAG, [ AC_MSG_CHECKING($1)
+
OLD_CFLAGS="[$]CFLAGS"
AC_CACHE_VAL(pike_cv_option_$2, [ CFLAGS="[$]OLD_CFLAGS $1"
104:
### Generic GCC options. O2 and -funroll-loops makes some code _much_ faster, ### especially the image module.
-
AC_SYS_COMPILER_FLAG(-O2,O2)
+
AC_SYS_COMPILER_FLAG(-funroll-loops,unroll_loops) else
166:
fi fi
+
if test $pike_cv_sys_os = "Solaris" ; then
AC_MSG_CHECKING(if ld accepts setting the run-time path with -R) AC_CACHE_VAL(pike_cv_ld_accepts_r, [
196:
else : fi
+
fi
# # If no cppflags or ldflags where given we try to guess some..
563:
memchr \ memcpy \ memset \
+
mktime \
rindex \ setlocale \ setrlimit \