fix host type in configure

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4510 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2002-07-01 16:35:55 +00:00
parent 4e2dae89d2
commit 67d951a610
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-07-01 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* configure.in (VERSION_INFO): use $host instead of $host_alias
for the host type.
2002-06-17 Angus Leeming <leeming@lyx.org>
* INSTALL: how to compile with Compaq cxx on Tru64 Unix.

View File

@ -297,7 +297,7 @@ real_bindir=`eval "echo \`eval \"echo ${bindir}\"\`"`
real_datadir=`eval "echo \`eval \"echo ${datadir}/${PACKAGE}\"\`"`
VERSION_INFO=`cat <<EOF
Configuration\n\
Host type: ${host_alias}\n\
Host type: ${host}\n\
Special build flags: ${lyx_flags}\n\
C Compiler: ${CC}\n\
C Compiler flags: ${CFLAGS}\n\