Alexandre Julliard : configure: Require autoconf 2.62, older versions don' t handle source dir symlinks correctly.
Module: wine Branch: master Commit: 438835640f641701731c8d26069615549035ba00 URL: http://source.winehq.org/git/wine.git/?a=commit;h=438835640f641701731c8d2606... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Aug 18 12:01:37 2010 +0200 configure: Require autoconf 2.62, older versions don't handle source dir symlinks correctly. --- configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a5d7b25..8cbbe78 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ dnl See ChangeLog file for detailed change history. m4_define(WINE_VERSION,regexp(m4_include(VERSION),[version \([-.0-9A-Za-z]+\)],[\1])) -dnl autoconf versions before 2.59d don't handle multi-line subst variables correctly -AC_PREREQ(2.59d) +dnl autoconf versions before 2.62 don't handle source dir symlinks correctly +AC_PREREQ(2.62) AC_INIT([Wine],[WINE_VERSION],[wine-devel(a)winehq.org],[wine],[http://www.winehq.org]) AC_CONFIG_SRCDIR(server/atom.c) AC_CONFIG_HEADERS(include/config.h)
participants (1)
-
Alexandre Julliard