]> git.lyx.org Git - lyx.git/blobdiff - lib/reLyX/acinclude.m4
add cv class
[lyx.git] / lib / reLyX / acinclude.m4
index c694681a2014e0febc3d48d14006ebdedd62357c..f8d00c594d29ba6b254c9db03d036984d8b78f04 100644 (file)
@@ -1,6 +1,5 @@
 dnl Usage: RELYX_WARNING(message)  Displays the warning "message" and sets
-the
-dnl flag lyx_warning to yes.
+dnl the flag lyx_warning to yes.
 AC_DEFUN(RELYX_WARNING,[
 relyx_warning_txt="$relyx_warning_txt
 == $1
@@ -11,15 +10,24 @@ relyx_warning=yes])
 dnl RELYX_SEARCH_PROG(VARIABLE-NAME,PROGRAMS-LIST,ACTION-IF-FOUND)
 dnl             
 define(RELYX_SEARCH_PROG,[dnl
+case "`uname -s 2> /dev/null`" in
+OS/2)
+  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
+  PATH_IFS=';'
+  ;;
+*)
+  PATH_IFS=':'
+  ;;
+esac
 for ac_prog in $2 ; do
 # Extract the first word of "$ac_prog", so it can be a program name with
 # args.
   set dummy $ac_prog ; ac_word=$[2]
   if test ! -n "[$]$1"; then
-    IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
+    IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS="${IFS}$PATH_IFS"
     for ac_dir in $PATH; do
       test -z "$ac_dir" && ac_dir=.
-      if test -f [$ac_dir/$ac_word]; then
+      if test -f [$ac_dir/$ac_word] -o -f [$ac_dir/$ac_word$ac_exeext]; then
         $1="$ac_prog"
         break
       fi
@@ -90,10 +98,5 @@ cat <<EOF
 $relyx_warning_txt
 EOF
 fi
-cat <<EOF
-Configuration of LyX was successful.  
-Type 'make' to compile the program, 
-and then 'make install' to install it.
-EOF
 fi])