chiark / gitweb /
debian/control: Recommend the other build tools we usually need.
[cfd] / aclocal.glob
index 35d7853199875ca2f7ca818ccdf2cf1459300539..8aa3fcc7afe5b2e40ca9aacecd12d15588132ffe 100644 (file)
@@ -62,7 +62,7 @@ dnl           naughty.
 
 AC_DEFUN([mdw_LIBTOOL_VERSION_INFO], [
   set -- $(echo $PACKAGE_VERSION |
-  sed 's:[^.*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\.\([0-9][0-9]*\).*$]:\1 \2 \3:'
+  sed 's:[^\([0-9][0-9]*\)\.\([0-9][0-9]*\)\.\([0-9][0-9]*\).*$]:\1 \2 \3:'
   )
   LIBTOOL_VERSION_INFO="$(expr $[]1 + $[]2):$[]3:$[]2"
   AC_SUBST([LIBTOOL_VERSION_INFO])