diff options
Diffstat (limited to 'cvscompile.sh')
-rwxr-xr-x | cvscompile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cvscompile.sh b/cvscompile.sh index ae6df4f4c..e6c4c3428 100755 --- a/cvscompile.sh +++ b/cvscompile.sh @@ -3,7 +3,7 @@ ## extract automake version automake_1_5x=no -AM="`automake --version | sed -n 1p | sed -e 's/[a-zA-Z\ \.\(\)]//g'`" +AM="`automake --version | sed -n 1p | sed -e 's/[a-zA-Z\ \.\(\)\-]//g'`" if test $AM -lt 100 ; then AM=`expr $AM \* 10` fi |