1
1

Move the AC_DEFINE for LAM_ARCH to be after AC_CANONICAL_HOST

This commit was SVN r495.
Этот коммит содержится в:
Jeff Squyres 2004-01-20 23:16:52 +00:00
родитель 71358e7e87
Коммит 85f56a722e

Просмотреть файл

@ -25,7 +25,6 @@ lam_show_subtitle() {
*** ${1} *** ${1}
EOF EOF
} }
# #
# Save some stats about this build # Save some stats about this build
# #
@ -33,6 +32,7 @@ EOF
LAM_CONFIGURE_USER="`whoami`" LAM_CONFIGURE_USER="`whoami`"
LAM_CONFIGURE_HOST="`hostname | head -n 1`" LAM_CONFIGURE_HOST="`hostname | head -n 1`"
LAM_CONFIGURE_DATE="`date`" LAM_CONFIGURE_DATE="`date`"
# #
# Save these details so that they can be used in laminfo later # Save these details so that they can be used in laminfo later
# #
@ -40,9 +40,6 @@ AC_SUBST(LAM_CONFIGURE_USER)
AC_SUBST(LAM_CONFIGURE_HOST) AC_SUBST(LAM_CONFIGURE_HOST)
AC_SUBST(LAM_CONFIGURE_DATE) AC_SUBST(LAM_CONFIGURE_DATE)
AC_DEFINE_UNQUOTED(LAM_ARCH, "$host", [LAM architecture string])
# #
# Make automake clean emacs ~ files for "make clean" # Make automake clean emacs ~ files for "make clean"
# #
@ -71,10 +68,11 @@ CLEANFILES="*~"
AC_SUBST(CLEANFILES) AC_SUBST(CLEANFILES)
# #
# This is useful later # This is useful later (laminfo, and therefore mpiexec)
# #
AC_CANONICAL_HOST AC_CANONICAL_HOST
AC_DEFINE_UNQUOTED(LAM_ARCH, "$host", [LAM architecture string])
# #
# See if we can find an old installation of LAM to overwrite # See if we can find an old installation of LAM to overwrite