updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / tetex / tetex-flex.patch
blobb0ec72899ef5033c2b15b996b172ec86f3ab42dd
1 diff -urN tetex-src-2.0.2/texk/web2c/configure tetex-src-2.0.2-new/texk/web2c/configure
2 --- tetex-src-2.0.2/texk/web2c/configure 2003-02-21 06:49:42.000000000 -0800
3 +++ tetex-src-2.0.2-new/texk/web2c/configure 2004-03-21 22:20:21.000000000 -0800
4 @@ -1095,6 +1095,10 @@
6 fi
8 +case $LEX in
9 + *flex) LEX="$LEX -l" ;;
10 +esac
12 # Extract the first word of "ranlib", so it can be a program name with args.
13 set dummy ranlib; ac_word=$2
14 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
15 diff -urN tetex-src-2.0.2/texk/web2c/configure.in tetex-src-2.0.2-new/texk/web2c/configure.in
16 --- tetex-src-2.0.2/texk/web2c/configure.in 2003-02-21 06:49:33.000000000 -0800
17 +++ tetex-src-2.0.2-new/texk/web2c/configure.in 2004-03-21 22:17:24.000000000 -0800
18 @@ -30,6 +30,9 @@
20 AC_PROG_YACC
21 AC_PROG_LEX
22 +case $LEX in
23 + *flex) LEX="$LEX -l" ;;
24 +esac
25 AC_PROG_RANLIB
26 AC_CHECK_HEADERS(sys/time.h sys/timeb.h)
27 AC_CHECK_FUNCS(strerror gettimeofday ftime mkstemp mktemp)