ogajduse / rpms / texlive

Forked from rpms/texlive 6 years ago
Clone
4931932
--- libs/configure
4931932
+++ libs/configure	2007-02-07 12:21:24.000000000 +0000
4931932
@@ -2976,11 +2976,11 @@
4931932
   fi
4931932
 
4931932
   OLD_LDFLAGS=$LDFLAGS
4931932
-  OLD_CPP=$CPP
4931932
+  OLD_CPPFLAGS=$CPPFLAGS
4931932
   OLD_LIBS=$LIBS
4931932
 
4931932
   LDFLAGS="$LDFLAGS $EXTRA_ICU_LIBDIR"
4931932
-  CPP="$CPP $EXTRA_ICU_INCLUDE"
4931932
+  CPPFLAGS="$CPPFLAGS $EXTRA_ICU_INCLUDE -include urename.h"
4931932
 
4931932
   if test "$with_system_icu" = yes; then
4931932
     echo $ac_n "checking for ubidi_open in -licuuc""... $ac_c" 1>&6
4931932
@@ -3082,7 +3082,7 @@
4931932
   fi
4931932
 
4931932
   LDFLAGS=$OLD_LDFLAGS
4931932
-  CPP=$OLD_CPP
4931932
+  CPPFLAGS=$OLD_CPPFLAGS
4931932
   LIBS=$OLD_LIBS
4931932
 
4931932
   if test "$with_system_icu" != yes; then
4931932
--- libs/icu-xetex/icu-xetex.ac
4931932
+++ libs/icu-xetex/icu-xetex.ac	2007-02-07 12:21:39.000000000 +0000
4931932
@@ -16,11 +16,11 @@
4931932
   fi
4931932
 
4931932
   OLD_LDFLAGS=$LDFLAGS
4931932
-  OLD_CPP=$CPP
4931932
+  OLD_CPPFLAGS=$CPPFLAGS
4931932
   OLD_LIBS=$LIBS
4931932
 
4931932
   LDFLAGS="$LDFLAGS $EXTRA_ICU_LIBDIR"
4931932
-  CPP="$CPP $EXTRA_ICU_INCLUDE"
4931932
+  CPPFLAGS="$CPPFLAGS $EXTRA_ICU_INCLUDE -include urename.h"
4931932
 
4931932
   if test "$with_system_icu" = yes; then
4931932
     AC_CHECK_LIB(icuuc, ubidi_open,,
4931932
@@ -37,7 +37,7 @@
4931932
   fi
4931932
 
4931932
   LDFLAGS=$OLD_LDFLAGS
4931932
-  CPP=$OLD_CPP
4931932
+  CPPFLAGS=$OLD_CPPFLAGS
4931932
   LIBS=$OLD_LIBS
4931932
 
4931932
   if test "$with_system_icu" != yes; then
4931932
--- texk/web2c/configure
4931932
+++ texk/web2c/configure	2007-02-07 12:21:55.000000000 +0000
4931932
@@ -3018,11 +3018,11 @@
4931932
   fi
4931932
 
4931932
   OLD_LDFLAGS=$LDFLAGS
4931932
-  OLD_CPP=$CPP
4931932
+  OLD_CPPFLAGS=$CPPFLAGS
4931932
   OLD_LIBS=$LIBS
4931932
 
4931932
   LDFLAGS="$LDFLAGS $EXTRA_ICU_LIBDIR"
4931932
-  CPP="$CPP $EXTRA_ICU_INCLUDE"
4931932
+  CPPFLAGS="$CPPFLAGS $EXTRA_ICU_INCLUDE -include urename.h"
4931932
 
4931932
   if test "$with_system_icu" = yes; then
4931932
     echo $ac_n "checking for ubidi_open in -licuuc""... $ac_c" 1>&6
4931932
@@ -3124,7 +3124,7 @@
4931932
   fi
4931932
 
4931932
   LDFLAGS=$OLD_LDFLAGS
4931932
-  CPP=$OLD_CPP
4931932
+  CPPFLAGS=$OLD_CPPFLAGS
4931932
   LIBS=$OLD_LIBS
4931932
 
4931932
   if test "$with_system_icu" != yes; then
4931932
--- configure
4931932
+++ configure	2007-02-07 12:22:06.000000000 +0000
4931932
@@ -4662,11 +4662,11 @@
4931932
   fi
4931932
 
4931932
   OLD_LDFLAGS=$LDFLAGS
4931932
-  OLD_CPP=$CPP
4931932
+  OLD_CPPFLAGS=$CPPFLAGS
4931932
   OLD_LIBS=$LIBS
4931932
 
4931932
   LDFLAGS="$LDFLAGS $EXTRA_ICU_LIBDIR"
4931932
-  CPP="$CPP $EXTRA_ICU_INCLUDE"
4931932
+  CPPFLAGS="$CPPFLAGS $EXTRA_ICU_INCLUDE -include urename.h"
4931932
 
4931932
   if test "$with_system_icu" = yes; then
4931932
     echo $ac_n "checking for ubidi_open in -licuuc""... $ac_c" 1>&6
4931932
@@ -4768,7 +4768,7 @@
4931932
   fi
4931932
 
4931932
   LDFLAGS=$OLD_LDFLAGS
4931932
-  CPP=$OLD_CPP
4931932
+  CPPFLAGS=$OLD_CPPFLAGS
4931932
   LIBS=$OLD_LIBS
4931932
 
4931932
   if test "$with_system_icu" != yes; then