Bump to 1.14.1
[platform/upstream/augeas.git] / configure.ac
index 8079574..c584491 100644 (file)
@@ -1,8 +1,8 @@
-AC_INIT(augeas, 1.9.0)
+AC_INIT(augeas, 1.14.1)
 AC_CONFIG_SRCDIR([src/augeas.c])
 AC_CONFIG_AUX_DIR([build/ac-aux])
 AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([-Wno-portability 1.11 color-tests parallel-tests])
+AM_INIT_AUTOMAKE([-Wno-portability color-tests parallel-tests])
 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
 
 
@@ -65,8 +65,8 @@ if test x"$enable_debug" = x"yes"; then
 fi
 
 dnl Version info in libtool's notation
-AC_SUBST([LIBAUGEAS_VERSION_INFO], [23:0:23])
-AC_SUBST([LIBFA_VERSION_INFO], [5:5:4])
+AC_SUBST([LIBAUGEAS_VERSION_INFO], [25:0:25])
+AC_SUBST([LIBFA_VERSION_INFO], [6:3:5])
 
 AC_GNU_SOURCE
 
@@ -140,3 +140,8 @@ AC_OUTPUT(Makefile \
          doc/Makefile \
          doc/naturaldocs/Makefile \
           augeas.pc augeas.spec)
+
+# Bash completion ...
+PKG_CHECK_VAR(bashcompdir, [bash-completion], [completionsdir], ,
+  bashcompdir="${sysconfdir}/bash_completion.d")
+AC_SUBST(bashcompdir)