fix bulding on cygwin

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7503 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-08-05 10:16:50 +00:00
parent f7407bda14
commit 60f18824f7
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-08-05 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac: add $(EXEEXT) to program names in FRONTEND_PROGS
2003-08-02 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* configure.ac: only configure the frontends that have been

View File

@ -167,7 +167,7 @@ for frontend in $FRONTENDS ; do
case "$frontend" in
xforms)
XFORMS_DO_IT_ALL
FRONTENDS_PROGS="$FRONTENDS_PROGS lyx-xforms"
FRONTENDS_PROGS="$FRONTENDS_PROGS lyx-xforms\$(EXEEXT)"
FRONTENDS_SUBDIRS="$FRONTENDS_SUBDIRS xforms"
RPM_FRONTEND="xforms"
RPM_FRONTEND_DEPS='libforms >= 1.0'
@ -190,7 +190,7 @@ for frontend in $FRONTENDS ; do
dnl ;;
qt)
QT_DO_IT_ALL
FRONTENDS_PROGS="$FRONTENDS_PROGS lyx-qt"
FRONTENDS_PROGS="$FRONTENDS_PROGS lyx-qt\$(EXEEXT)"
FRONTENDS_SUBDIRS="$FRONTENDS_SUBDIRS qt2"
RPM_FRONTEND="qt"
RPM_FRONTEND_DEPS='qt >= 2.2.1'