summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-07-22 23:54:54 +0000
committerZeev Suraski <zeev@php.net>1999-07-22 23:54:54 +0000
commitd3e885841358b2b610bc32293e922fe340a842d3 (patch)
treef01f789477fb00289134193b968884c5f8b9f85d /buildconf
parent5bae591f8802e835e58097f1cb0b0d0ee27669ab (diff)
downloadphp-git-d3e885841358b2b610bc32293e922fe340a842d3.tar.gz
Please add in any changes/bug fixes you've made - we need to keep a details ChangeLog...
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 95c814e742..ada319ce09 100755
--- a/buildconf
+++ b/buildconf
@@ -34,7 +34,7 @@ else
fi
IFS=.; set $am_version; IFS=' '
if test "$1" = "1" -a "$2" -lt "4" || test "$1" -lt "1"; then
- echo "buildconf: automake version $ac_version found."
+ echo "buildconf: automake version $am_version found."
echo " You need automake version 1.4 or newer installed"
echo " to build PHP from CVS."
exit 1