diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-11-20 20:10:53 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-11-20 20:10:53 +0100 |
commit | 5fc8746a80a7bc6fe88845e1aae3a69903d21cdb (patch) | |
tree | e59de9241eef0f0ecb27038f7c85df6619309999 /configure.ac | |
parent | c9281d179754ffffe24ba9a718d2c4f2e1b4bd5e (diff) | |
parent | 35e13e4c9637f5bf7bef6039c8c813207780a174 (diff) |
Update upstream source from tag 'upstream/6.9.9'
Update to upstream version '6.9.9'
with Debian dir 5b0f8b561f5675106115901f41e387c12471c40a
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 079fef9..470fa3c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(onig, 6.9.8) +AC_INIT(onig, 6.9.9) AC_CONFIG_MACRO_DIR([m4]) @@ -7,13 +7,10 @@ AM_INIT_AUTOMAKE([-Wno-portability]) AC_CONFIG_HEADERS([src/config.h]) -dnl default value for STATISTICS -STATISTICS="" AC_ARG_WITH([statistics], [AS_HELP_STRING([--with-statistics], [take matching time statistical data])], - [STATISTICS=-DONIG_DEBUG_STATISTICS]) -AC_SUBST(STATISTICS) + AS_VAR_APPEND([CFLAGS], [" -DONIG_DEBUG_STATISTICS"])) dnl check for POSIX API @@ -57,7 +54,7 @@ fi dnl Checks for programs. AC_PROG_CC LT_INIT -LTVERSION="8:0:3" +LTVERSION="9:0:4" AC_SUBST(LTVERSION) AC_PROG_INSTALL |