Remove use of AC_REQUIRE which had been used to prevent AC_CANONICAL_HOST

from being called twice, since it gives recent autoconf programs
heartburn (and doesn't seem to be required anymore), anyway.
bitmap-optimize
Theodore Ts'o 2001-09-19 15:20:12 -04:00
parent ae6cdcf74a
commit ea97be5a28
2 changed files with 192 additions and 193 deletions

383
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -43,7 +43,7 @@ echo "Release date is ${E2FSPROGS_MONTH}, ${E2FSPROGS_YEAR}"
AC_SUBST(E2FSPROGS_YEAR)
AC_SUBST(E2FSPROGS_MONTH)
AC_SUBST(E2FSPROGS_VERSION)
AC_REQUIRE([AC_CANONICAL_HOST])
AC_CANONICAL_HOST
dnl
dnl set $(CC) from --with-cc=value
dnl