Update the default suffix to be dev for master
This commit is contained in:
parent
42d591d296
commit
68ba79eb7a
|
|
@ -10,7 +10,7 @@ AC_DEFUN([AX_ENABLE_SUFFIX],
|
||||||
[Use/set the installation command suffix])],
|
[Use/set the installation command suffix])],
|
||||||
[true],[enable_suffix=no])
|
[true],[enable_suffix=no])
|
||||||
if test X$enable_suffix = Xyes; then
|
if test X$enable_suffix = Xyes; then
|
||||||
install_suffix='-0.10'
|
install_suffix='-dev'
|
||||||
elif test X$enable_suffix = Xno; then
|
elif test X$enable_suffix = Xno; then
|
||||||
install_suffix=''
|
install_suffix=''
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue