From 0ec78c5842c97cb4790129f345d904837dd1fd9c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 21 May 2008 01:08:58 +0000 Subject: dvipdfmx-20080520 snapshot, after remaking autofiles git-svn-id: svn://tug.org/texlive/trunk@8263 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvipdfmx/configure | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/dvipdfmx/configure') diff --git a/Build/source/texk/dvipdfmx/configure b/Build/source/texk/dvipdfmx/configure index 701c6114da5..9cb49f2eec6 100755 --- a/Build/source/texk/dvipdfmx/configure +++ b/Build/source/texk/dvipdfmx/configure @@ -2198,7 +2198,7 @@ fi # Define the identity of the package. PACKAGE=dvipdfmx - VERSION=20071115 + VERSION=20080520 cat >>confdefs.h <<_ACEOF @@ -3601,6 +3601,20 @@ if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then fi +# FIXME: we rely on the cache variable name because +# there is no other way. +set dummy $CC +ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` +if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi + + # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: -- cgit v1.2.3