pike.git
/
src
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/configure.in:1:
-
AC_REVISION("$Id: configure.in,v 1.
1001
2006/
08
/
14
16
:
31
:
05
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
1002
2006/
09
/
29
12
:
43
:
59
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) rm -f config.warnings 2>/dev/null if_autoconf(2,50,[ if test "x$cache_file" = "x/dev/null"; then cache_file=./config.cache if test -r "$cache_file"; then echo "loading cache $cache_file"
pike.git/src/configure.in:1672:
fi if test "x$with_rtldebug" = xyes ; then AC_DEFINE(PIKE_DEBUG) fi ############################################################################# DLOPEN_O=""
+
OSFLAGS=""
WARN="" OPTIMIZE="${OPTFLAGS-}" AC_ARG_ENABLE(pedantic, MY_DESCR([--enable-pedantic], [enable -pedantic compilation])) if test "$cflags_is_set" = "no"; then if test "x$with_cdebug" = "xno" ; then CFLAGS=`echo " $CFLAGS " | sed -e 's@ -g @ @g'` else
pike.git/src/configure.in:2288:
############################################################################# # Script to translate from POSIX paths to native paths. echo "Creating posix_to_native.sh..." if test "x$PIKE_PATH_TRANSLATE" = "x"; then if test "x$pike_cv_is_mingw" = "xyes"; then # MinGW system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1001
2006/
08
/
14
16
:
31
:
05
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1002
2006/
09
/
29
12
:
43
:
59
grubba Exp $.
# MinGW-version. Do NOT edit. posix_name="`cat`" posix_prefix="/" native_prefix="/" case "$posix_name" in /*) ;; *) posix_name="`pwd`/$posix_name" ;; esac case "$posix_name" in EOF
pike.git/src/configure.in:2326:
cat <<\EOF esac echo "$posix_name" | \ sed -e "s,^$posix_prefix,$native_prefix," | \ sed -e 's/\/\//\//g' EOF else # Native POSIX system. cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1001
2006/
08
/
14
16
:
31
:
05
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1002
2006/
09
/
29
12
:
43
:
59
grubba Exp $.
# POSIX-version. Do NOT edit. cat EOF fi else # rntcl-style cat <<\EOF #!/bin/sh
-
# Automatically generated by $Id: configure.in,v 1.
1001
2006/
08
/
14
16
:
31
:
05
grubba Exp $.
+
# Automatically generated by $Id: configure.in,v 1.
1002
2006/
09
/
29
12
:
43
:
59
grubba Exp $.
# RNTCL-version. Do NOT edit. sed -e "$PIKE_PATH_TRANSLATE" EOF fi >posix_to_native.sh chmod a+x posix_to_native.sh ############################################################################# if test ! -d modules/. ; then
pike.git/src/configure.in:7859:
export noopt_retry PIKE_SRC_DIR=$srcdir export PIKE_SRC_DIR BUILD_BASE=`pwd` export BUILD_BASE default_master=$prefix/pike/%d.%d.%d/lib/master.pike AC_DEFINE_UNQUOTED(DEFAULT_MASTER,"$default_master")
+
AC_SUBST(OSFLAGS)
AC_SUBST(WARN) AC_SUBST(PROFIL) AC_SUBST(OPTIMIZE) AC_SUBST(EXTRA_OBJS) AC_SUBST(RANLIB) AC_SUBST(DEBUGDEF) AC_SUBST(EXTRA_MODULE_REQUIREMENTS) AC_SUBST(noopt_retry) pike_cv_prog_CC="${CC}"