m4/: Reformat to match current m4/shell style.
[runlisp] / m4 / mdw-libtool-version-info.m4
index dc9fe05..a4932b2 100644 (file)
@@ -41,10 +41,8 @@ dnl -*-autoconf-*-
 ###   exception to the GPL to apply to your modified version as well.
 
 # serial 1
-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:'
-  )
-  LIBTOOL_VERSION_INFO="$(expr $[]1 + $[]2):$[]3:$[]2"
-  AC_SUBST([LIBTOOL_VERSION_INFO])
-])
+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:')
+LIBTOOL_VERSION_INFO="$(expr $[]1 + $[]2):$[]3:$[]2"
+AC_SUBST([LIBTOOL_VERSION_INFO])])