mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
fix host type in configure
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@4511 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6ec5b69bf0
commit
c76cb72281
@ -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-14 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* INSTALL: how to compile with Compaq cxx on Tru64 Unix.
|
||||
|
@ -335,7 +335,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…
x
Reference in New Issue
Block a user