diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-08-07 11:47:31 +0200 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-08-26 19:50:34 +0200 |
| commit | da081215481aaed435bbeed1927afef8738b40ef (patch) | |
| tree | abd871dd725a5fb28feded35b2395ba7dad0a3b7 | |
| parent | c6c6396ccb8d67c398d5dfa3d309714e737401d3 (diff) | |
Bump autoconf requirement to 2.62 (latest released version).
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1ae4bc9..1e1b244 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # License along with libasyncns. If not, see # <http://www.gnu.org/licenses/>. -AC_PREREQ(2.59) +AC_PREREQ(2.62) AC_INIT([libasyncns],[0.5],[mznflapaf (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([libasyncns/asyncns.c]) AC_CONFIG_HEADERS([config.h]) |
