Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-08-10 02:23:20 +0300
committerjgeboski <jgeboski@gmail.com>2015-08-10 02:23:20 +0300
commit7443c55ec21c4d1475d834fd82348f8e2e14624a (patch)
treeb41abd0aaf90e979c966b2260137c3b36dcad645
parent37aa21a40000a282bf775c04d8b196aa7f8b2381 (diff)
configure: depend on >=autoconf-2.64
The m4_esyscmd_s macro was introduced in autoconf-2.64.
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7effb9f..5409527 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,8 @@
# 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.64])
+
AC_INIT(
[purple-facebook],
m4_esyscmd_s([cat VERSION]),