Commit 13c22933 by Jakub Jelinek Committed by Jakub Jelinek

configure.in: Move AC_CANONICAL_SYSTEM and AC_ARG_PROGRAM back before AC_PROG_CC.

	* configure.in: Move AC_CANONICAL_SYSTEM and AC_ARG_PROGRAM back
	before AC_PROG_CC.
	* configure: Rebuilt.

From-SVN: r59532
parent 6b5aa5d0
2002-11-26 Jakub Jelinek <jakub@redhat.com>
* configure.in: Move AC_CANONICAL_SYSTEM and AC_ARG_PROGRAM back
before AC_PROG_CC.
* configure: Rebuilt.
2002-11-26 Nathan Sidwell <nathan@codesourcery.com> 2002-11-26 Nathan Sidwell <nathan@codesourcery.com>
* c-decl.c: (start_struct): Commonize flag setting. * c-decl.c: (start_struct): Commonize flag setting.
......
...@@ -176,6 +176,12 @@ changequote([, ])dnl ...@@ -176,6 +176,12 @@ changequote([, ])dnl
fi fi
fi fi
# Determine the host, build, and target systems
AC_CANONICAL_SYSTEM
# Set program_transform_name
AC_ARG_PROGRAM
# Find the native compiler # Find the native compiler
AC_PROG_CC AC_PROG_CC
AC_PROG_CC_C_O AC_PROG_CC_C_O
...@@ -469,12 +475,6 @@ AC_ARG_ENABLE(shared, ...@@ -469,12 +475,6 @@ AC_ARG_ENABLE(shared,
], [enable_shared=yes]) ], [enable_shared=yes])
AC_SUBST(enable_shared) AC_SUBST(enable_shared)
# Determine the host, build, and target systems
AC_CANONICAL_SYSTEM
# Set program_transform_name
AC_ARG_PROGRAM
# Stage specific cflags for build. # Stage specific cflags for build.
stage1_cflags= stage1_cflags=
case $build in case $build in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment