diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-20 14:50:55 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-20 14:50:55 +0000 |
commit | 5d60f08750b360f416400d95fe18157aee0e4f88 (patch) | |
tree | d94591a0d8dedc5d0d8b086690a8aec3ad4cebb7 /Build/source/libs/gd/configure | |
parent | ab69232c2ed5d07fd7dfc8e49b3003dbd1f0ca16 (diff) |
build system: libs/gd/ reorg
git-svn-id: svn://tug.org/texlive/trunk@16104 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd/configure')
-rwxr-xr-x | Build/source/libs/gd/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/libs/gd/configure b/Build/source/libs/gd/configure index 9ca1b2add17..15965ff2399 100755 --- a/Build/source/libs/gd/configure +++ b/Build/source/libs/gd/configure @@ -4565,7 +4565,7 @@ fi GD_TREE=gd-2.0.35 -ac_config_files="$ac_config_files Makefile" +ac_config_files="$ac_config_files Makefile include/Makefile" cat >confcache <<\_ACEOF @@ -5285,6 +5285,7 @@ do "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.hin" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac |