]> git.lyx.org Git - features.git/commitdiff
fix host type in configure
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 1 Jul 2002 16:35:55 +0000 (16:35 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 1 Jul 2002 16:35:55 +0000 (16:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4510 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
configure.in

index b935d3a85f97a2c121ff9dceae4062de8484c544..684eba9d5555a0168ced919be5cbd66af5f4b8cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 7e5caf4f8e58c9a5da40aaf5fdf776ebde51644c..e86d66e870f48a1cfec6c2c2ea6ec05f00ac985f 100644 (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\