projects
/
scilab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6ad7b73
)
Force a minimal version of autoconf
52/10052/5
Sylvestre Ledru [Tue, 18 Dec 2012 17:20:25 +0000 (18:20 +0100)]
Change-Id: I74fac4fb5c1277bcc118772116538a73ac954e24
scilab/configure.ac
patch
|
blob
|
history
diff --git
a/scilab/configure.ac
b/scilab/configure.ac
index
0611797
..
da8010b
100644
(file)
--- a/
scilab/configure.ac
+++ b/
scilab/configure.ac
@@
-16,7
+16,7
@@
dnl Process this file with autoconf to produce a configure script.
AC_REVISION($Revision$)dnl
AC_INIT([Scilab],[5],[http://bugzilla.scilab.org/])
-AC_PREREQ(2.62)
+AC_PREREQ(2.68)
AC_CONFIG_MACRO_DIR([m4/])
SCI_BUILDDIR="`pwd`"