Skip to content
Snippets Groups Projects
Commit 82103fe7 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard
Browse files

Require autoconf 2.53b as AC_PROG_EGREP is only defined since that

version.
parent fb9cead9
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment