X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=c584491aaf876834455c697cc4e4c0c9d9b14198;hb=HEAD;hp=8079574798e41b2945ef9f8f73d2dfff6d45caf9;hpb=49b812d6cdf69582946fc2e613ad313a73d02c0f;p=platform%2Fupstream%2Faugeas.git diff --git a/configure.ac b/configure.ac index 8079574..c584491 100644 --- a/configure.ac +++ b/configure.ac @@ -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)