diff options
author | Zeev Suraski <zeev@php.net> | 1999-07-22 23:54:54 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-07-22 23:54:54 +0000 |
commit | d3e885841358b2b610bc32293e922fe340a842d3 (patch) | |
tree | f01f789477fb00289134193b968884c5f8b9f85d /buildconf | |
parent | 5bae591f8802e835e58097f1cb0b0d0ee27669ab (diff) | |
download | php-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-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |