diff options
author | Werner Koch <[email protected]> | 2004-12-22 20:56:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-12-22 20:56:52 +0000 |
commit | 96699ee8ad005886ed5c31a8f3560f2664dc3604 (patch) | |
tree | a72bbff1946e7e96c8fbe3961061233c78bb028c /configure.ac | |
parent | (assuan_socket_connect): Allow for a (diff) | |
download | libassuan-0-6-9.tar.gz libassuan-0-6-9.zip |
Switched to automake 1.9.libassuan-0-6-9
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index fc26128..dc2bd1a 100644 --- a/configure.ac +++ b/configure.ac @@ -18,12 +18,12 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.57) -min_automake_version="1.7.6" +AC_PREREQ(2.59) +min_automake_version="1.9.3" # Version number: Remember to change it immediately *after* a release. # Add a "-cvs" prefix for non-released code. -AC_INIT(libassuan, 0.6.9-cvs, [email protected]) +AC_INIT(libassuan, 0.6.9, [email protected]) # Note, that this is not yet available as a shared library. PACKAGE=$PACKAGE_NAME |