mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-06 01:15:24 +00:00
fix cygwin detection
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@4640 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
94fa1b9e6f
commit
9a39e0d33f
@ -1,3 +1,8 @@
|
|||||||
|
2002-07-15 Soeren Pietsch <SPietsch@gmx.de>
|
||||||
|
|
||||||
|
* lib/configure.m4: fix the detection of cygwin when the shell is
|
||||||
|
not bash
|
||||||
|
|
||||||
2002-07-10 Andrew Zabolotny <zap@cobra.ru>
|
2002-07-10 Andrew Zabolotny <zap@cobra.ru>
|
||||||
|
|
||||||
* bind/emacs.bind:
|
* bind/emacs.bind:
|
||||||
|
@ -164,11 +164,12 @@ if test ! -r ${srcdir}/chkconfig.ltx ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#### Adjust PATH for Win32 (Cygwin)
|
#### Adjust PATH for Win32 (Cygwin)
|
||||||
if test "x$OSTYPE" = xcygwin; then
|
case `uname -s` in
|
||||||
echo "configure: cygwin detected; path correction"
|
CYGWIN*)
|
||||||
srcdir=`cygpath -w "${srcdir}" | tr '\\\\' /`
|
echo "configure: cygwin detected; path correction"
|
||||||
echo "srcdir=${srcdir}"
|
srcdir=`cygpath -w "${srcdir}" | tr '\\\\' /`
|
||||||
fi
|
echo "srcdir=${srcdir}" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
#### Create the build directories if necessary
|
#### Create the build directories if necessary
|
||||||
for dir in bind clipart doc examples help images kbd layouts reLyX \
|
for dir in bind clipart doc examples help images kbd layouts reLyX \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
2002-07-10 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
2002-07-10 Andrew Zabolotny <zap@cobra.ru>
|
||||||
|
|
||||||
* minibuffer.C (peek_event): support keypad keys
|
* minibuffer.C (peek_event): support keypad keys
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user