Well, since we do not use the top level configure.cmd
any more, could you ditch it away?
On the other hand, lib/configure.cmd must be used on OS/2,
is it not possible to do something on config/lib_configure.m4
so that the resulting lib/configure will look like

--- configure.orig      Tue Sep 28 03:44:30 1999
+++ configure   Sat Oct  9 06:24:56 1999
@@ -2,7 +2,13 @@
 # This script is a hand-made configure script. It contains a lot of
 # code stolen from GNU autoconf. I removed all the code that was not
 # useful for configuring a LyX installation.
-
+UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
+case "${UNAME_SYSTEM}" in
+  OS/2)
+configure.cmd
+exit
+;;
+  *)



@@ -682,3 +688,5 @@
 rm -f chkconfig.sed chkconfig.vars wrap_chkconfig.* chklayouts.tex \
       missfont.log
 fi
+;;
+esac

?  It is not perfect, lib/reLyX/configure still requires additional
workaround.  But I think this is the right direction.
How do you think?

Regards,
        SMiyata

Reply via email to