1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-04-01 10:50:08 +03:00

Downgrade autoconf requirement to 2.63

It was automatically bumped to 2.68 and that's not needed
This commit is contained in:
Daniel Veillard 2012-09-11 17:17:15 +08:00
parent 38bbd3412d
commit 5d04ad11a8

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
AC_PREREQ([2.63])
AC_INIT
AC_CONFIG_SRCDIR([entities.c])
AC_CONFIG_HEADERS([config.h])