--- embedaddon/php/config.status 2012/05/29 12:34:34 1.1.1.1 +++ embedaddon/php/config.status 2013/07/22 01:44:13 1.1.1.1.2.1 @@ -427,7 +427,7 @@ $config_commands Report bugs to the package provider." -ac_cs_config="'--with-layout=GNU' '--localstatedir=/var' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--enable-mysqlnd' '--with-libxml-dir=/usr/local' '--with-pcre-regex=/usr/local' '--with-zlib-dir=/usr' '--program-prefix=' '--enable-embed' '--with-regex=php' '--with-zend-vm=CALL' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd10.0' 'build_alias=i386-portbld-freebsd10.0' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS=' 'CPPFLAGS=' 'CPP=cpp' 'CXX=c++' 'CXXFLAGS=-O2 -pipe -fno-strict-aliasing'" +ac_cs_config="'--with-layout=GNU' '--localstatedir=/var' '--with-config-file-scan-dir=/etc/php' '--disable-all' '--enable-libxml' '--enable-xml' '--with-libxml-dir=/home/misho/work/elwix/build/1.7/arch/i386/pkg' '--with-openssl' '--enable-zip' '--enable-sqlite-utf8' '--prefix' '/home/misho/work/elwix/build/1.7/arch/i386/pkg' '--build' 'i386-elwix-freebsd' 'build_alias=i386-elwix-freebsd'" ac_cs_version="\ config.status configured by ./configure, generated by GNU Autoconf 2.69, @@ -437,7 +437,7 @@ Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." -ac_pwd='/usr/ports/lang/php5/work/php-5.4.3' +ac_pwd='/home/misho/work/embedaddon/php' srcdir='.' test -n "$AWK" || AWK=awk # The default lists apply if the user does not specify any file. @@ -516,7 +516,7 @@ if $ac_cs_silent; then fi if $ac_cs_recheck; then - set X /bin/sh './configure' '--with-layout=GNU' '--localstatedir=/var' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--enable-mysqlnd' '--with-libxml-dir=/usr/local' '--with-pcre-regex=/usr/local' '--with-zlib-dir=/usr' '--program-prefix=' '--enable-embed' '--with-regex=php' '--with-zend-vm=CALL' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd10.0' 'build_alias=i386-portbld-freebsd10.0' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS=' 'CPPFLAGS=' 'CPP=cpp' 'CXX=c++' 'CXXFLAGS=-O2 -pipe -fno-strict-aliasing' $ac_configure_extra_args --no-create --no-recursion + set X /bin/sh './configure' '--with-layout=GNU' '--localstatedir=/var' '--with-config-file-scan-dir=/etc/php' '--disable-all' '--enable-libxml' '--enable-xml' '--with-libxml-dir=/home/misho/work/elwix/build/1.7/arch/i386/pkg' '--with-openssl' '--enable-zip' '--enable-sqlite-utf8' '--prefix' '/home/misho/work/elwix/build/1.7/arch/i386/pkg' '--build' 'i386-elwix-freebsd' 'build_alias=i386-elwix-freebsd' $ac_configure_extra_args --no-create --no-recursion shift $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 CONFIG_SHELL='/bin/sh' @@ -563,14 +563,14 @@ if test -n "$REDO_ALL"; then # Hacking while airborne considered harmful. # echo "creating main/internal_functions.c" - extensions=" date ereg libxml pcre reflection spl standard mysqlnd" + extensions=" date ereg libxml openssl pcre reflection spl standard xml zip" sh ./build/genif.sh ./main/internal_functions.c.in . "" gawk $extensions > main/internal_functions.c echo "creating main/internal_functions_cli.c" - cli_extensions=" date ereg libxml pcre reflection spl standard mysqlnd" + cli_extensions=" date ereg libxml openssl pcre reflection spl standard xml zip" sh ./build/genif.sh ./main/internal_functions.c.in . "" gawk $cli_extensions > main/internal_functions_cli.c - if test "" = "FreeBSD" && test "embed" = "apache2filter" && test "" != "pth-config" ; then + if test "" = "FreeBSD" && test "none" = "apache2filter" && test "" != "pth-config" ; then echo "+--------------------------------------------------------------------+" echo "| *** WARNING *** |" echo "| |" @@ -604,7 +604,7 @@ cat <