summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-28 11:51:03 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-28 11:51:03 +0000
commita023eeb74eb51a8037d2af6923a6c1b218ae0a10 (patch)
treec514baac726cd96db0255c416935951b224d6ac2 /Build/source/texk/web2c/pdftexdir
parentdd0ed622db05246c65cfec9450bf7c20ce1995b0 (diff)
Install symbolic links initex->tex and inimf->mf
Use AM_CFLAGS instead of program specific *-CFLAGS git-svn-id: svn://tug.org/texlive/trunk@21860 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir')
-rw-r--r--Build/source/texk/web2c/pdftexdir/ChangeLog6
-rw-r--r--Build/source/texk/web2c/pdftexdir/am/libpdftex.am1
-rw-r--r--Build/source/texk/web2c/pdftexdir/am/pdftex.am1
-rw-r--r--Build/source/texk/web2c/pdftexdir/am/ttf2afm.am3
4 files changed, 7 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog
index 87a88b7ed94..980e8c72c7f 100644
--- a/Build/source/texk/web2c/pdftexdir/ChangeLog
+++ b/Build/source/texk/web2c/pdftexdir/ChangeLog
@@ -1,3 +1,9 @@
+2011-03-28 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * am/libpdftex.am: Use AM_CFLAGS instead of libpdftex_a_CFLAGS.
+ * am/pdftex.am: Use AM_CFLAGS instead of pdftex_CFLAGS.
+ * am/ttf2afm.am: Use AM_CFLAGS instead of ttf2afm_CFLAGS.
+
2011-03-07 Peter Breitenlohner <peb@mppmu.mpg.de>
* utils.c (pdftex_fail, pdftex_warn): `program_invocation_name'
diff --git a/Build/source/texk/web2c/pdftexdir/am/libpdftex.am b/Build/source/texk/web2c/pdftexdir/am/libpdftex.am
index 21d09127ee2..6ad211f12b0 100644
--- a/Build/source/texk/web2c/pdftexdir/am/libpdftex.am
+++ b/Build/source/texk/web2c/pdftexdir/am/libpdftex.am
@@ -8,7 +8,6 @@
EXTRA_LIBRARIES += libpdftex.a
libpdftex_a_CPPFLAGS = $(pdftex_cppflags)
-libpdftex_a_CFLAGS = $(WARNING_CFLAGS)
libpdftex_a_CXXFLAGS = # $(WARNING_CXXFLAGS)
libpdftex_a_SOURCES = \
diff --git a/Build/source/texk/web2c/pdftexdir/am/pdftex.am b/Build/source/texk/web2c/pdftexdir/am/pdftex.am
index f64ba4ac1f6..ad1b2b98dc4 100644
--- a/Build/source/texk/web2c/pdftexdir/am/pdftex.am
+++ b/Build/source/texk/web2c/pdftexdir/am/pdftex.am
@@ -28,7 +28,6 @@ nodist_EXTRA_pdftex_SOURCES = dummy.cxx
pdf_tangle = WEBINPUTS=.:$(srcdir)/pdftexdir $(SHELL) ./tangle-sh $@ $(TANGLE)
pdftex_CPPFLAGS = $(pdftex_cppflags)
-pdftex_CFLAGS = $(WARNING_CFLAGS)
pdftex_CXXFLAGS = $(WARNING_CXXFLAGS)
# With --enable-ipc, pdfTeX may need to link with -lsocket.
diff --git a/Build/source/texk/web2c/pdftexdir/am/ttf2afm.am b/Build/source/texk/web2c/pdftexdir/am/ttf2afm.am
index 964a07fe26b..318c5fd90a9 100644
--- a/Build/source/texk/web2c/pdftexdir/am/ttf2afm.am
+++ b/Build/source/texk/web2c/pdftexdir/am/ttf2afm.am
@@ -1,6 +1,6 @@
## texk/web2c/pdftexdir/am/ttf2afm.am: Makefile fragment for ttf2afm.
##
-## Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009 - 2011 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
## ttf2afm
@@ -11,7 +11,6 @@ endif PDFTEX
EXTRA_PROGRAMS += ttf2afm
ttf2afm_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/pdftexdir
-ttf2afm_CFLAGS = $(WARNING_CFLAGS)
ttf2afm_SOURCES = pdftexdir/ttf2afm.c