projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b112dc3
)
Require autoconf 2.60 (bug #2050)
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 24 Jan 2008 21:52:22 +0000
(21:52 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 24 Jan 2008 21:52:22 +0000
(21:52 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
9869bc3
..
19a92cd
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2,7
+2,7
@@
## Process this file with autoconf to produce a configure script.
# Autoconf and automake setup
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
AC_INIT([metaproxy],[1.0.13],[metaproxy-help@indexdata.dk])
AC_CONFIG_HEADERS(src/config.hpp)
@@
-12,7
+12,7
@@
AC_CONFIG_AUX_DIR([config])
AC_CANONICAL_SYSTEM
##AC_PREFIX_DEFAULT(`pwd`/install)
-AM_INIT_AUTOMAKE([1.8])
+AM_INIT_AUTOMAKE([1.9])
# Checks for programs.
AC_PROG_CXX