X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/fb2149fc2dc1d5f4936b2af31be7c7bd02f83324..41633d4d1ab4b724ada322771bb8396735825c6b:/m4/mdw-libtool-version-info.m4 diff --git a/m4/mdw-libtool-version-info.m4 b/m4/mdw-libtool-version-info.m4 deleted file mode 100644 index 2f19157f..00000000 --- a/m4/mdw-libtool-version-info.m4 +++ /dev/null @@ -1,21 +0,0 @@ -dnl -*-autoconf-*- - -dnl --- *@-mdw_LIBTOOL_VERSION_INFO-@* --- -dnl -dnl Author: Mark Wooding -dnl -dnl Synopsis: mdw_LIBTOOL_VERSION -dnl -dnl Arguments: --- -dnl -dnl Use: Decodes the PACKAGE_VERSION variable as a libtool -dnl version-info string. Strictly speaking, this is very -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:' - ) - LIBTOOL_VERSION_INFO="$(expr $[]1 + $[]2):$[]3:$[]2" - AC_SUBST([LIBTOOL_VERSION_INFO]) -]) diff --git a/m4/mdw-libtool-version-info.m4 b/m4/mdw-libtool-version-info.m4 new file mode 120000 index 00000000..32982020 --- /dev/null +++ b/m4/mdw-libtool-version-info.m4 @@ -0,0 +1 @@ +../.ext/cfd/m4/mdw-libtool-version-info.m4 \ No newline at end of file