diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-18 11:43:04 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-18 11:43:04 +0000 |
commit | 5903889d012518aa9dfd9cb58e6ca2186a675b49 (patch) | |
tree | e8b16db0333e68b30471246363db4e5fa892875c /Build/source/libs/gd | |
parent | c8b21ddab7472f5d69389885c02ed8ddc84c35e8 (diff) |
libs/*/: Drop the obsolete ACLOCAL_AMFLAGS
git-svn-id: svn://tug.org/texlive/trunk@34283 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd')
-rw-r--r-- | Build/source/libs/gd/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/libs/gd/Makefile.am | 4 | ||||
-rw-r--r-- | Build/source/libs/gd/Makefile.in | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/libs/gd/ChangeLog b/Build/source/libs/gd/ChangeLog index 44fff19fcfe..99bed33199e 100644 --- a/Build/source/libs/gd/ChangeLog +++ b/Build/source/libs/gd/ChangeLog @@ -1,3 +1,7 @@ +2014-06-16 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am: Drop the obsolete ACLOCAL_AMFLAGS. + 2013-09-01 Peter Breitenlohner <peb@mppmu.mpg.de> * configure.ac: Drop LT_INIT, not using Libtool. diff --git a/Build/source/libs/gd/Makefile.am b/Build/source/libs/gd/Makefile.am index 950925cce17..b134f98fbe6 100644 --- a/Build/source/libs/gd/Makefile.am +++ b/Build/source/libs/gd/Makefile.am @@ -1,13 +1,11 @@ ## Proxy Makefile.am to build libgd for TeX Live. ## -## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org> ## ## This file is free software; the copyright holder ## gives unlimited permission to copy and/or distribute it, ## with or without modifications, as long as this notice is preserved. ## -ACLOCAL_AMFLAGS = -I ../../m4 - ## We want to re-distribute the whole original libgd source tree. ## EXTRA_DIST = $(GD_TREE) diff --git a/Build/source/libs/gd/Makefile.in b/Build/source/libs/gd/Makefile.in index ddc7dd14c34..54ac89be139 100644 --- a/Build/source/libs/gd/Makefile.in +++ b/Build/source/libs/gd/Makefile.in @@ -384,7 +384,6 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -ACLOCAL_AMFLAGS = -I ../../m4 EXTRA_DIST = $(GD_TREE) $(GD_TREE)-PATCHES SUBDIRS = . include AM_CPPFLAGS = -I$(top_srcdir)/$(GD_TREE)/src $(am__append_1) \ |