summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-04-18 18:06:54 +0000
committerZeev Suraski <zeev@php.net>1999-04-18 18:06:54 +0000
commitcc5e008b726650cb90ccd9ab876e74544daa1f8a (patch)
treefafd1662ccbb13d51364523b04ebbda56bf3a927 /buildconf
parent5e8c3228596c4078304868d94658e5c8e87b08ef (diff)
downloadphp-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-xbuildconf5
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