diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-18 18:06:54 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-18 18:06:54 +0000 |
commit | cc5e008b726650cb90ccd9ab876e74544daa1f8a (patch) | |
tree | fafd1662ccbb13d51364523b04ebbda56bf3a927 /buildconf | |
parent | 5e8c3228596c4078304868d94658e5c8e87b08ef (diff) | |
download | php-git-cc5e008b726650cb90ccd9ab876e74544daa1f8a.tar.gz |
* Added buildconf, runs all the scripts necessary to build configure (Stig - if there's any way
to detect whether we need to run 'automake --add-missing', please add it...)
* Make vpath work again
* Minor UNIX bugfixes
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/buildconf b/buildconf new file mode 100755 index 0000000000..a2c3c1eb7f --- /dev/null +++ b/buildconf @@ -0,0 +1,5 @@ +#!/bin/sh + +./scripts/preconfig +aclocal +autoconf |