diff options
| author | SVN Migration <svn@php.net> | 2002-06-16 10:58:56 +0000 |
|---|---|---|
| committer | SVN Migration <svn@php.net> | 2002-06-16 10:58:56 +0000 |
| commit | 7bf2ac5146ae8b7c95ab744b2ed79e7560e68a0f (patch) | |
| tree | 3049e2fcc7c0a7cb02222186415d522c4b350d23 /Zend/buildconf | |
| parent | fcb692a75d32fbb2a31988df76b37ae5b7540086 (diff) | |
| download | php-git-php-4.3.0dev.tar.gz | |
This commit was manufactured by cvs2svn to create tag 'php_4_3_0dev'.php-4.3.0dev
Diffstat (limited to 'Zend/buildconf')
| -rwxr-xr-x | Zend/buildconf | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Zend/buildconf b/Zend/buildconf deleted file mode 100755 index fe8dee6f76..0000000000 --- a/Zend/buildconf +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - -case "$1" in ---copy) - automake_flags=--copy - shift -;; -esac - -libtoolize --force --automake $automake_flags - -mv aclocal.m4 aclocal.m4.old 2>/dev/null -aclocal -if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then - echo "buildconf: keeping ${1}aclocal.m4" - mv aclocal.m4.old aclocal.m4 -else - echo "buildconf: created or modified ${1}aclocal.m4" -fi - -autoheader - -automake --add-missing --include-deps $automake_flags - -mv configure configure.old 2>/dev/null -autoconf -if cmp configure.old configure > /dev/null 2>&1; then - echo "buildconf: keeping ${1}configure" - mv configure.old configure -else - echo "buildconf: created or modified ${1}configure" -fi - |
