change AC_CANONICAL_TARGET -> AC_CANONICAL_HOST

The --target option is really only for packages that generate code (i.e.
compilers).  All other packages (like gd) only care about the host (i.e.
where the code will be running).
master
Mike Frysinger 2013-04-16 14:42:47 -04:00
parent e936be3161
commit b43f983355
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ AC_INIT([GD], [2.1.0], [https://bitbucket.org/libgd/gd-libgd/issues])
AC_CONFIG_SRCDIR([src/gd.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET([])
AC_CANONICAL_HOST
GDLIB_MAJOR=2
GDLIB_MINOR=1