diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-29 23:42:46 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-29 23:42:46 +0200 |
commit | cd12be49306e0d08210cf6aaa29ed3e5918c11fa (patch) | |
tree | df7443cae273ad8bfb3b0d42e1c491caecf39b04 /configure.ac | |
parent | b6e370ccf22b602cee6f5011d5f7dc4d7a3b2086 (diff) | |
download | libtasn1-cd12be49306e0d08210cf6aaa29ed3e5918c11fa.tar.gz libtasn1-cd12be49306e0d08210cf6aaa29ed3e5918c11fa.tar.bz2 libtasn1-cd12be49306e0d08210cf6aaa29ed3e5918c11fa.zip |
Fix name.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 23721de..15c610a 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. # along with this program. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.61) -AC_INIT([libtasn1], [2.3], [bug-gnutls@gnu.org]) +AC_INIT([GNU Libtasn1], [2.3], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) |