mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
better code when prefix contains a space
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9573 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a49a8a3d46
commit
e9b061e4ba
@ -1,4 +1,7 @@
|
|||||||
2005-01-28 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
2005-02-02 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
* configure.ac: when testing for AikSaurus, do not require libbz2.
|
||||||
|
|
||||||
* relyx_configure.in:
|
* relyx_configure.in:
|
||||||
* relyx_configure.ac: use RELYX_USE_PACKAGING as in main configure.
|
* relyx_configure.ac: use RELYX_USE_PACKAGING as in main configure.
|
||||||
|
@ -114,9 +114,9 @@ AC_ARG_WITH(aiksaurus,
|
|||||||
if test x$lyx_use_aiksaurus != xno; then
|
if test x$lyx_use_aiksaurus != xno; then
|
||||||
AC_CHECK_LIB(Aiksaurus, main,
|
AC_CHECK_LIB(Aiksaurus, main,
|
||||||
[AC_DEFINE(HAVE_LIBAIKSAURUS,1,[Define this if you have the AikSaurus library])
|
[AC_DEFINE(HAVE_LIBAIKSAURUS,1,[Define this if you have the AikSaurus library])
|
||||||
AIKSAURUS_LIBS="-lAiksaurus -lbz2"
|
AIKSAURUS_LIBS="-lAiksaurus"
|
||||||
lyx_flags="$lyx_flags aiksaurus"
|
lyx_flags="$lyx_flags aiksaurus"
|
||||||
],,"-lbz2")
|
])
|
||||||
AC_CHECK_HEADER(Aiksaurus.h,[
|
AC_CHECK_HEADER(Aiksaurus.h,[
|
||||||
ac_cv_header_aiksaurus_h=yes
|
ac_cv_header_aiksaurus_h=yes
|
||||||
lyx_cv_aiksaurus_h_location="<Aiksaurus.h>"])
|
lyx_cv_aiksaurus_h_location="<Aiksaurus.h>"])
|
||||||
|
@ -117,9 +117,9 @@ AC_ARG_WITH(aiksaurus,
|
|||||||
if test x$lyx_use_aiksaurus != xno; then
|
if test x$lyx_use_aiksaurus != xno; then
|
||||||
AC_CHECK_LIB(Aiksaurus, main,
|
AC_CHECK_LIB(Aiksaurus, main,
|
||||||
[AC_DEFINE(HAVE_LIBAIKSAURUS,,[Define this if you have the AikSaurus library])
|
[AC_DEFINE(HAVE_LIBAIKSAURUS,,[Define this if you have the AikSaurus library])
|
||||||
AIKSAURUS_LIBS="-lAiksaurus -lbz2"
|
AIKSAURUS_LIBS="-lAiksaurus"
|
||||||
lyx_flags="$lyx_flags aiksaurus"
|
lyx_flags="$lyx_flags aiksaurus"
|
||||||
],,"-lbz2")
|
])
|
||||||
AC_CHECK_HEADER(Aiksaurus.h,[
|
AC_CHECK_HEADER(Aiksaurus.h,[
|
||||||
ac_cv_header_aiksaurus_h=yes
|
ac_cv_header_aiksaurus_h=yes
|
||||||
lyx_cv_aiksaurus_h_location="<Aiksaurus.h>"])
|
lyx_cv_aiksaurus_h_location="<Aiksaurus.h>"])
|
||||||
|
Loading…
Reference in New Issue
Block a user