X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/a5676c4a2d61a6732e0b144e45339d0e666c2f20..ae2e55ea361bf632ba771264e07ec674123b0446:/configure.ac diff --git a/configure.ac b/configure.ac index d2b02d4..4c906c0 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl This is free software: you are free to do what the fuck you want to. dnl There is NO WARRANTY, to the extent permitted by law. AC_PREREQ([2.68]) -AC_INIT([cdecl99], [1.1a], [nbowler@draconx.ca]) +AC_INIT([cdecl99], [1.2], [nbowler@draconx.ca]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects dist-xz]) @@ -53,7 +53,7 @@ AS_IF([test x"$dx_cv_rl_add_history" = x"yes"], m4_include([lib/gnulib.mk]) DX_GLSYM_PREFIX([cdecl__gl_]) -DX_GNULIB_SYMFILES([lib/symfiles]) +DX_GNULIB_SYMFILES([lib/symfiles], [s]) AM_CONDITIONAL([BUILD_STATIC], [test x"$enable_static" = x"yes"]) dnl We provide our own makefile rules for gettext. Disable tracing of