Skip to content

Commit

Permalink
bump version to 1.4.1.1
Browse files Browse the repository at this point in the history
git-svn-id: https://encfs.googlecode.com/svn/trunk@7 db9cf616-1c43-0410-9cb8-a902689de0d6
  • Loading branch information
vgough committed Jan 16, 2008
1 parent 354b667 commit b6224fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT(encfs/encfs.h) dnl a source file from your sub dir
AM_INIT_AUTOMAKE(encfs, 1.4.1) dnl searches for some needed programs
AM_INIT_AUTOMAKE(encfs, 1.4.1.1) dnl searches for some needed programs

dnl without this order in this file, automake will be confused!
dnl
Expand All @@ -23,7 +23,7 @@ dnl make /usr/local the default for the installation
AC_PREFIX_DEFAULT(/usr/local)

AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION(0.14.1)
AM_GNU_GETTEXT_VERSION(0.16.1)
AM_MKINSTALLDIRS
dnl AC_LIB_LINKFLAGS([asprintf]) # use internal copy

Expand Down

0 comments on commit b6224fa

Please sign in to comment.