Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET, fix AC_INIT usage
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
1
winsup/utils/configure
vendored
1
winsup/utils/configure
vendored
@@ -1963,7 +1963,6 @@ test -n "$target_alias" &&
|
||||
NONENONEs,x,x, &&
|
||||
program_prefix=${target_alias}-
|
||||
|
||||
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
|
||||
@@ -20,7 +20,7 @@ AC_NO_EXECUTABLES
|
||||
|
||||
. ${srcdir}/../configure.cygwin
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
AC_CANONICAL_TARGET
|
||||
|
||||
AC_PROG_CC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user