Browse CVS Repository
Diff of /xoonips/AL/aclocal.m4
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 7364 |
sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` |
sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` |
| 7365 |
php_config_micro_version=`$PHP_CONFIG $php_config_args --version | \ |
php_config_micro_version=`$PHP_CONFIG $php_config_args --version | \ |
| 7366 |
sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` |
sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` |
| 7367 |
fi |
fi |
| 7368 |
if test "x$no_php" = x ; then |
if test "x$no_php" = x ; then |
| 7369 |
AC_MSG_RESULT(yes (version $php_config_major_version.$php_config_minor_vsion.$php_config_micro_version)) |
AC_MSG_RESULT(yes (version $php_config_major_version.$php_config_minor_version.$php_config_micro_version)) |
| 7370 |
ifelse([$2], , :, [$2]) |
ifelse([$2], , :, [$2]) |
| 7371 |
else |
else |
| 7372 |
AC_MSG_RESULT(no) |
AC_MSG_RESULT(no) |
|
|
Legend:
| Removed from v.1.1 |
|
| changed lines |
| |
Added in v.1.2 |
|
|
|