mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
4e2dae89d2
commit
67d951a610
@ -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.
|
||||
|
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user