Require autoconf 2.53b as AC_PROG_EGREP is only defined since that

version.
This commit is contained in:
Vincent Béron 2005-09-14 11:14:46 +00:00 committed by Alexandre Julliard
parent fb9cead92b
commit 82103fe7da
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ dnl See ChangeLog file for detailed change history.
m4_define(WINE_VERSION,regexp(m4_include(VERSION),[version \([-.0-9A-Za-z]+\)],[\1]))
AC_PREREQ(2.53)
AC_PREREQ(2.53b)
AC_INIT([Wine],WINE_VERSION,[wine-devel@winehq.org])
AC_CONFIG_SRCDIR(server/atom.c)
AC_CONFIG_HEADERS(include/config.h)