diff options
author | jbj <jbj> | 2006-03-01 16:58:51 +0000 |
---|---|---|
committer | jbj <jbj> | 2006-03-01 16:58:51 +0000 |
commit | a6e45d895324bef73f5c5cd3aff7e108e0e96fe5 (patch) | |
tree | 59b0ca0d2b1001a498e5cb0d2aba5dd8778a44d6 | |
parent | 5962341e4de6386ab32248e87081b8b83d590a08 (diff) | |
download | libpopt-a6e45d895324bef73f5c5cd3aff7e108e0e96fe5.tar.gz |
- perl: fix exuberant cut-n-paste.
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2a78f0f..f6b0095 100755 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_INIT(popt.h) AC_CANONICAL_SYSTEM AC_PREREQ(2.12) AC_CONFIG_HEADERS -AM_INIT_AUTOMAKE(popt, 1.10.5) +AM_INIT_AUTOMAKE(popt, 1.10.6) AM_CONFIG_HEADER(config.h) # Library code modified: REVISION++ |