From 67d951a610c92c577a76903bba110d12e995358d Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 1 Jul 2002 16:35:55 +0000 Subject: [PATCH] fix host type in configure git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4510 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b935d3a85f..684eba9d55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-01 Jean-Marc Lasgouttes + + * configure.in (VERSION_INFO): use $host instead of $host_alias + for the host type. + 2002-06-17 Angus Leeming * INSTALL: how to compile with Compaq cxx on Tru64 Unix. diff --git a/configure.in b/configure.in index 7e5caf4f8e..e86d66e870 100644 --- a/configure.in +++ b/configure.in @@ -297,7 +297,7 @@ real_bindir=`eval "echo \`eval \"echo ${bindir}\"\`"` real_datadir=`eval "echo \`eval \"echo ${datadir}/${PACKAGE}\"\`"` VERSION_INFO=`cat <