Set autoconfig prereq to 2.60

This commit is contained in:
Vivek Thampi
2013-10-05 16:21:50 -07:00
parent 6570b4798d
commit 1fbafbc712
+1 -1
View File
@@ -1,7 +1,7 @@
#
# udis86 autoconf
#
AC_PREREQ(2.59)
AC_PREREQ(2.60)
AC_INIT([udis86], [1.7.2], [vivek.mt@gmail.com])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build)