updated autoconf stuff

This commit is contained in:
TLINDEN
2013-11-12 19:45:22 +01:00
parent a8d7b4b59a
commit bdaa7aae46
17 changed files with 808 additions and 1510 deletions

10
config/ltversion.m4 vendored
View File

@@ -9,15 +9,15 @@
# @configure_input@
# serial 3337 ltversion.m4
# serial 3293 ltversion.m4
# This file is part of GNU Libtool
m4_define([LT_PACKAGE_VERSION], [2.4.2])
m4_define([LT_PACKAGE_REVISION], [1.3337])
m4_define([LT_PACKAGE_VERSION], [2.4])
m4_define([LT_PACKAGE_REVISION], [1.3293])
AC_DEFUN([LTVERSION_VERSION],
[macro_version='2.4.2'
macro_revision='1.3337'
[macro_version='2.4'
macro_revision='1.3293'
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
_LT_DECL(, macro_revision, 0)
])