summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-02-19 11:42:15 +0000
committerKhaled Hosny <khaledhosny@eglug.org>2013-02-19 11:42:15 +0000
commitd488d82182dec3783b97d3db97b983fb43434baa (patch)
tree422b91fa3f9e5e4dafd27f733125a8d064f9f5b7 /Build
parentad153fd558515a39d7b0db1b06d304873f362c2e (diff)
reautoconf
git-svn-id: svn://tug.org/texlive/trunk@29164 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/c-auto.in4
-rwxr-xr-xBuild/source/texk/web2c/configure30
2 files changed, 17 insertions, 17 deletions
diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in
index 6767e1b338b..a82bcde64cf 100644
--- a/Build/source/texk/web2c/c-auto.in
+++ b/Build/source/texk/web2c/c-auto.in
@@ -61,8 +61,8 @@
/* Define to 1 if you have the `bzero' function. */
#undef HAVE_BZERO
-/* Define to 1 if you have the Mac OS X Carbon framework. */
-#undef HAVE_CARBON
+/* Define to 1 if you have the Mac OS X Cocoa framework. */
+#undef HAVE_COCOA
/* Define to 1 if you have the declaration of `strndup', and to 0 if you
don't. */
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure
index dd3d46b230d..ea3f4401748 100755
--- a/Build/source/texk/web2c/configure
+++ b/Build/source/texk/web2c/configure
@@ -18813,34 +18813,34 @@ fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mac OS X Carbon framework" >&5
-$as_echo_n "checking for Mac OS X Carbon framework... " >&6; }
-if ${kpse_cv_have_Carbon+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mac OS X Cocoa framework" >&5
+$as_echo_n "checking for Mac OS X Cocoa framework... " >&6; }
+if ${kpse_cv_have_Cocoa+:} false; then :
$as_echo_n "(cached) " >&6
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-#include <Carbon/Carbon.h>
+#include <Cocoa/Cocoa.h>
int
main ()
{
-ATSUStyle style
+CTFontRef font
;
return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
- kpse_cv_have_Carbon=yes
+ kpse_cv_have_Cocoa=yes
else
- kpse_cv_have_Carbon=no
+ kpse_cv_have_Cocoa=no
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kpse_cv_have_Carbon" >&5
-$as_echo "$kpse_cv_have_Carbon" >&6; }
-if test "x$kpse_cv_have_Carbon" = xyes; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kpse_cv_have_Cocoa" >&5
+$as_echo "$kpse_cv_have_Cocoa" >&6; }
+if test "x$kpse_cv_have_Cocoa" = xyes; then :
-$as_echo "#define HAVE_CARBON 1" >>confdefs.h
+$as_echo "#define HAVE_COCOA 1" >>confdefs.h
fi
@@ -19001,10 +19001,10 @@ fi
-if test "x$kpse_cv_have_Carbon:$kpse_cv_have_fontconfig" = xno:no; then :
+if test "x$kpse_cv_have_Cocoa:$kpse_cv_have_fontconfig" = xno:no; then :
if test "x$enable_xetex" = xyes; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Sorry, neither Carbon framework nor fontconfig library: disabling xetex" >&5
-$as_echo "$as_me: WARNING: Sorry, neither Carbon framework nor fontconfig library: disabling xetex" >&2;}
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Sorry, neither Cocoa framework nor fontconfig library: disabling xetex" >&5
+$as_echo "$as_me: WARNING: Sorry, neither Cocoa framework nor fontconfig library: disabling xetex" >&2;}
if test "x$enable_missing" = xno; then :
as_fn_error $? "terminating." "$LINENO" 5
fi
@@ -19013,7 +19013,7 @@ fi
fi
fi
- if test "x$kpse_cv_have_Carbon" = xyes; then
+ if test "x$kpse_cv_have_Cocoa" = xyes; then
XETEX_MACOSX_TRUE=
XETEX_MACOSX_FALSE='#'
else