From f90ba74fa8fa1a75650e183cdc184528646e9d32 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 19 Apr 2002 21:11:47 +0000 Subject: Fix regexp, should fix Miguel's "automake 1.4-p5" issue (and he isn't alone). CVS patchset: 1740 CVS date: 2002/04/19 21:11:47 --- cvscompile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3