git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e82e339
)
contrib/site-conf: No need to require autoconf 2.60
author
Holger Freyther
<zecke@selfish.org>
Thu, 14 Dec 2006 19:06:53 +0000
(19:06 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Thu, 14 Dec 2006 19:06:53 +0000
(19:06 +0000)
Specially as OE uses autoconf 2.59 itself
contrib/site-conf/configure.ac
patch
|
blob
|
history
diff --git
a/contrib/site-conf/configure.ac
b/contrib/site-conf/configure.ac
index
283008a
..
bd5ce4d
100644
(file)
--- a/
contrib/site-conf/configure.ac
+++ b/
contrib/site-conf/configure.ac
@@
-1,5
+1,5
@@
AC_INIT([zeckes-tests], [aleph-1], [noreply@::1])
-AC_PREREQ([2.
60
])
+AC_PREREQ([2.
59
])
#
#AC_CONFIG_MACRO_DIR([m4])