summaryrefslogtreecommitdiff
path: root/libnumbertext/libnumbertext-updateautotools.patch
blob: 635aa9a2dcbbf0dda34245ac45958a2197e27c83 (plain)
    1 --- libnumbertext-1.0.2/configure.ac	2018-06-12 14:48:53.518952998 +0100
    2 +++ libnumbertext-1.0.2/configure.ac	2018-06-12 14:50:48.000000000 +0100
    3 @@ -3,7 +3,7 @@
    4  m4_define([numbertext_version_micro],[2])
    5  m4_define([numbertext_version],[numbertext_version_major.numbertext_version_minor.numbertext_version_micro])
    6  
    7 -AC_PREREQ([2.68])
    8 +AC_PREREQ([2.69])
    9  
   10  AC_INIT([libnumbertext],[numbertext_version])
   11  AC_CONFIG_MACRO_DIR([m4])
   12 @@ -18,7 +18,7 @@
   13  AC_PROG_CPP
   14  AC_PROG_INSTALL
   15  AC_PROG_LN_S
   16 -AC_PROG_LIBTOOL
   17 +LT_INIT
   18  
   19  dnl Checks for typedefs, structures, and compiler characteristics.
   20  AC_LANG([C++])

Generated by cgit