require Autoconf 2.69 for building from git
Part of issue #447. Autoconf 2.69 was released in 2012, so it now widely available. The recent release of 2.70 is obsoleting some constructs, so it will be easier on us if we do not have too many versions to support. * HACKING, configure.ac: Require Autoconf 2.69.
This commit is contained in:
parent
4522891f13
commit
7efdd497a8
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
AC_PREREQ([2.63])
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([spot], [2.9.5.dev], [spot@lrde.epita.fr])
|
||||
AC_CONFIG_AUX_DIR([tools])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue