Auto merged

2004/03/07 20:22:08+00:00 cantab.net!aia21
Move djgpp support stuff to above AC_PROG_CC.

(Logical change 1.301)
edge.strict_endians
cantab.net!aia21 2004-03-07 20:23:38 +00:00
parent eb6e78a185
commit 23f26f360a
1 changed files with 8 additions and 7 deletions

View File

@ -92,13 +92,7 @@ AH_VERBATIM([_GNU_SOURCE],
#endif])
AC_DEFINE(_GNU_SOURCE)
# Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_LIBTOOL
# For djgpp support. (Note: This needs to be before AC_PROG_CC.)
case "$target" in
*-*-*djgpp)
if test -z "$CC"; then CC=gcc; fi
@ -107,6 +101,13 @@ case "$target" in
;;
esac
# Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_LIBTOOL
# Enable large file support.
AC_SYS_LARGEFILE