summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvipdfmx/m4
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2008-03-13 14:51:08 +0000
committerJonathan Kew <jfkthame@googlemail.com>2008-03-13 14:51:08 +0000
commit0430c99a4f05acd33a0910a2f34e6236ddba7132 (patch)
treea5e245954ba97d09dec7a186666ea38901a7b0dc /Build/source/texk/xdvipdfmx/m4
parent9a80ce12ec6eac2668cbf798dd7b20e74277977d (diff)
update attributions of various configure tests that aren't from the original dvipdfm
git-svn-id: svn://tug.org/texlive/trunk@6953 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvipdfmx/m4')
-rw-r--r--Build/source/texk/xdvipdfmx/m4/cho-kpse.m4 (renamed from Build/source/texk/xdvipdfmx/m4/maw-kpse.m4)17
-rw-r--r--Build/source/texk/xdvipdfmx/m4/cho-libs.m4 (renamed from Build/source/texk/xdvipdfmx/m4/maw-libs.m4)35
-rw-r--r--Build/source/texk/xdvipdfmx/m4/jfk-macos.m4 (renamed from Build/source/texk/xdvipdfmx/m4/maw-macos.m4)12
3 files changed, 31 insertions, 33 deletions
diff --git a/Build/source/texk/xdvipdfmx/m4/maw-kpse.m4 b/Build/source/texk/xdvipdfmx/m4/cho-kpse.m4
index b2d9aac4e63..9668fa21d85 100644
--- a/Build/source/texk/xdvipdfmx/m4/maw-kpse.m4
+++ b/Build/source/texk/xdvipdfmx/m4/cho-kpse.m4
@@ -1,6 +1,5 @@
-# maw-kpse.m4 - kpathsea features
-# Copyright (C) 1998 - 2008 Mark A. Wicks <mwicks@kettering.edu>
-# Kettering University
+# cho-kpse.m4 - kpathsea features
+# Copyright (C) 1998 - 2008 Jin-Hwan Cho <chofchof@ktug.or.kr>
#
# This file is free software; the copyright holders
# give unlimited permission to copy and/or distribute it,
@@ -8,10 +7,10 @@
# serial 1
-# MAW_CHECK_KPSE_SUPPORT(PACKAGE-NAME)
+# CHO_CHECK_KPSE_SUPPORT(PACKAGE-NAME)
# ------------------------------------
# Check for kpathsea features
-AC_DEFUN([MAW_CHECK_KPSE_SUPPORT],
+AC_DEFUN([CHO_CHECK_KPSE_SUPPORT],
[AC_MSG_CHECKING([whether you have kpathsea headers and they know about the required file formats])
AC_TRY_COMPILE(
[#include <stdio.h>
@@ -32,12 +31,12 @@ If you are sure they are installed and in a standard place, maybe you need a
newer version of kpathsea? You also might try setting the environment
variable CPPFLAGS (or CFLAGS) with -I pointing to the directory containing
the file "tex-file.h"])])
-])# MAW_CHECK_KPSE_SUPPORT
+])# CHO_CHECK_KPSE_SUPPORT
-# MAW_CHECK_KPSE_TDS_VERSION
+# CHO_CHECK_KPSE_TDS_VERSION
# --------------------------
# Check for enc, cmap, sfd formats
-AC_DEFUN([MAW_CHECK_KPSE_TDS_VERSION],
+AC_DEFUN([CHO_CHECK_KPSE_TDS_VERSION],
[AC_MSG_CHECKING([whether kpathsea library supports TDS version 1.1 installation])
AC_TRY_COMPILE(
[#include <stdio.h>
@@ -53,5 +52,5 @@ AC_DEFUN([MAW_CHECK_KPSE_TDS_VERSION],
[AC_MSG_RESULT(no)
AC_DEFINE([__TDS_VERSION__], [0x200302L], [Define if your libkpathsea supports enc formats])
AM_CONDITIONAL([TDS_VERSION_11], [false])])
-])# MAW_CHECK_KPSE_TDS_VERSION
+])# CHO_CHECK_KPSE_TDS_VERSION
diff --git a/Build/source/texk/xdvipdfmx/m4/maw-libs.m4 b/Build/source/texk/xdvipdfmx/m4/cho-libs.m4
index 85222d14904..3687a0bb9f5 100644
--- a/Build/source/texk/xdvipdfmx/m4/maw-libs.m4
+++ b/Build/source/texk/xdvipdfmx/m4/cho-libs.m4
@@ -1,6 +1,5 @@
-# maw-libs.m4 - various libraries
-# Copyright (C) 1998 - 2008 Mark A. Wicks <mwicks@kettering.edu>
-# Kettering University
+# cho-libs.m4 - various libraries
+# Copyright (C) 1998 - 2008 Jin-Hwan Cho <chofchof@ktug.or.kr>
#
# This file is free software; the copyright holders
# give unlimited permission to copy and/or distribute it,
@@ -8,10 +7,10 @@
# serial 1
-# MAW_HAS_ZLIB
+# CHO_HAS_ZLIB
# ------------
# Check for zlib
-AC_DEFUN([MAW_HAS_ZLIB],
+AC_DEFUN([CHO_HAS_ZLIB],
[_cppflags=$CPPFLAGS _ldflags=$LDFLAGS
AC_ARG_WITH([zlib],
[AS_HELP_STRING([--with-zlib=DIR], [use zlib include/library files from DIR])],
@@ -31,12 +30,12 @@ AC_DEFUN([MAW_HAS_ZLIB],
[CPPFLAGS=$_cppflags
LDDFLAGS=$_ldflags
AC_MSG_RESULT(no)])
-])# MAW_HAS_ZLIB
+])# CHO_HAS_ZLIB
-# MAW_HAS_LIBPNG
+# CHO_HAS_LIBPNG
# --------------
# Check for libpng
-AC_DEFUN([MAW_HAS_LIBPNG],
+AC_DEFUN([CHO_HAS_LIBPNG],
[_cppflags=$CPPFLAGS _ldflags=$LDFLAGS
AC_ARG_WITH([png],
[AS_HELP_STRING([--with-png=DIR], [use png include/library files from DIR])],
@@ -56,12 +55,12 @@ AC_DEFUN([MAW_HAS_LIBPNG],
[CPPFLAGS=$_cppflags
LDDFLAGS=$_ldflags
AC_MSG_RESULT(no)])
-])# MAW_HAS_LIBPNG
+])# CHO_HAS_LIBPNG
-# MAW_HAS_LIBPAPER
+# CHO_HAS_LIBPAPER
# ----------------
# Check for libpaper
-AC_DEFUN([MAW_HAS_LIBPAPER],
+AC_DEFUN([CHO_HAS_LIBPAPER],
[_cppflags=$CPPFLAGS _ldflags=$LDFLAGS
AC_ARG_WITH([paper],
[AS_HELP_STRING([--with-paper=DIR], [use paper include/library files from DIR])],
@@ -79,12 +78,12 @@ AC_DEFUN([MAW_HAS_LIBPAPER],
[CPPFLAGS=$_cppflags
LDDFLAGS=$_ldflags
AC_MSG_RESULT(no)])
-])# MAW_HAS_LIBPAPER
+])# CHO_HAS_LIBPAPER
-# MAW_HAS_LIBFONTCONFIG
+# CHO_HAS_LIBFONTCONFIG
# ---------------------
# Check for libfontconfig
-AC_DEFUN([MAW_HAS_LIBFONTCONFIG],
+AC_DEFUN([CHO_HAS_LIBFONTCONFIG],
[_cppflags=$CPPFLAGS _ldflags=$LDFLAGS
have_libfontconfig=no
AC_ARG_WITH([fontconfig],
@@ -105,12 +104,12 @@ AC_DEFUN([MAW_HAS_LIBFONTCONFIG],
[CPPFLAGS=$_cppflags
LDDFLAGS=$_ldflags
AC_MSG_RESULT(no)])
-])# MAW_HAS_LIBFONTCONFIG
+])# CHO_HAS_LIBFONTCONFIG
-# MAW_CHECK_LIBFREETYPE(PACKAGE-NAME)
+# CHO_CHECK_LIBFREETYPE(PACKAGE-NAME)
# -----------------------------------
# Check for libfreetype, fail with error if not found
-AC_DEFUN([MAW_CHECK_LIBFREETYPE],
+AC_DEFUN([CHO_CHECK_LIBFREETYPE],
[_cppflags=$CPPFLAGS _ldflags=$LDFLAGS
using_installed_freetype=yes
AC_ARG_WITH(ft2lib,
@@ -147,5 +146,5 @@ AC_DEFUN([MAW_CHECK_LIBFREETYPE],
You can use the --with-freetype2 option to indicate the location of the installed
freetype2, or --with-ft2lib and --with-ft2include to point to the libfreetype.a
library and the FreeType2 include files.])])
-])# MAW_CHECK_LIBFREETYPE
+])# CHO_CHECK_LIBFREETYPE
diff --git a/Build/source/texk/xdvipdfmx/m4/maw-macos.m4 b/Build/source/texk/xdvipdfmx/m4/jfk-macos.m4
index 1a4a18f2b98..fc5a2bcae06 100644
--- a/Build/source/texk/xdvipdfmx/m4/maw-macos.m4
+++ b/Build/source/texk/xdvipdfmx/m4/jfk-macos.m4
@@ -1,6 +1,6 @@
-# maw-macos.m4 - Mac OS X ApplicationServices framework
-# Copyright (C) 2005 - 2008 Jin-Hwan Cho <chofchof@ktug.or.kr>
-# Some Affiliation ?????????????
+# jfk-macos.m4 - Mac OS X ApplicationServices framework
+# Copyright (C) 2005 - 2008 Jonathan Kew <jonathan_kew@sil.org>
+# SIL International
#
# This file is free software; the copyright holders
# give unlimited permission to copy and/or distribute it,
@@ -8,10 +8,10 @@
# serial 1
-# CHO_HAS_APP_SERVICES
+# JFK_HAS_APP_SERVICES
# --------------------
# Check for ApplicationServices
-AC_DEFUN([CHO_HAS_APP_SERVICES],
+AC_DEFUN([JFK_HAS_APP_SERVICES],
[AC_MSG_CHECKING([for Mac OS X ApplicationServices framework])
AC_TRY_COMPILE(
[#include <ApplicationServices/ApplicationServices.h>],
@@ -21,5 +21,5 @@ AC_DEFUN([CHO_HAS_APP_SERVICES],
LIBS="$LIBS -framework ApplicationServices"],
[have_app_services=no])
AC_MSG_RESULT([$have_app_services])
-])# CHO_HAS_APP_SERVICES
+])# JFK_HAS_APP_SERVICES