diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-02 12:26:20 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-02 12:26:20 +0000 |
commit | 139cecf1ea2f3106ee7a49b4d5ff05720a017848 (patch) | |
tree | 55739d2800c717fc75a3d5fa6bf6f178afe02fda /Build/source/libs/gd | |
parent | 3885a302c73852a157575006fad0303e61b0aa34 (diff) |
libs/poppler, libs/xpdf: Add compiler options to suppress 'deprecatedconversion' warnings from g++-4.4
git-svn-id: svn://tug.org/texlive/trunk@22275 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd')
-rwxr-xr-x | Build/source/libs/gd/configure | 3 | ||||
-rw-r--r-- | Build/source/libs/gd/configure.ac | 7 |
2 files changed, 3 insertions, 7 deletions
diff --git a/Build/source/libs/gd/configure b/Build/source/libs/gd/configure index 23b3745a23f..f5e960eb599 100755 --- a/Build/source/libs/gd/configure +++ b/Build/source/libs/gd/configure @@ -769,8 +769,7 @@ CFLAGS LDFLAGS LIBS CPPFLAGS -CPP -CPPFLAGS' +CPP' # Initialize some variables set by options. diff --git a/Build/source/libs/gd/configure.ac b/Build/source/libs/gd/configure.ac index cc792229cda..fb51f497881 100644 --- a/Build/source/libs/gd/configure.ac +++ b/Build/source/libs/gd/configure.ac @@ -1,15 +1,12 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org> +dnl Copyright (C) 2009 - 2011 Peter Breitenlohner <tex-live@tug.org> dnl dnl This file is free software; the copyright holder dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl -m4_define([gd_major], [2])[]dnl -m4_define([gd_minor], [0])[]dnl -m4_define([gd_micro], [35])[]dnl using unmodified gd-2.0.35 source tree -m4_define([gd_version], gd_major.gd_minor.gd_micro)[]dnl +m4_define([gd_version], [2.0.35])[]dnl using unmodified gd source tree AC_INIT([gd for TeX Live], gd_version, [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([gd-]gd_version[/gd.c]) |