Use the correct suffix default for 0.10.

This commit is contained in:
Cary R 2009-06-22 15:35:38 -07:00 committed by Stephen Williams
parent 291dc52651
commit 354d600453
1 changed files with 1 additions and 1 deletions

2
aclocal.m4 vendored
View File

@ -8,7 +8,7 @@
AC_DEFUN([AX_ENABLE_SUFFIX],
[AC_ARG_ENABLE([suffix],[Set the installation command suffix],[true],[enable_suffix=no])
if test X$enable_suffix = Xyes; then
install_suffix='-0.9'
install_suffix='-0.10'
elif test X$enable_suffix = Xno; then
install_suffix=''
else