mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 08:13:22 +00:00
Autoconf requires version 2.60, not 2.59, to process (Closes issue #10842)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84080 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.ac Revision: 83431 .
|
||||
# From configure.ac Revision: 83517 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61.
|
||||
#
|
||||
|
@@ -6,7 +6,7 @@
|
||||
# this file just have to remember to set the AC_PREREQ argument
|
||||
# to something that suits their needs.
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
AC_PREREQ(2.60)
|
||||
|
||||
m4_define([PBX_VERSION],
|
||||
m4_bpatsubst(m4_esyscmd([build_tools/make_version .]),
|
||||
|
Reference in New Issue
Block a user