mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
make fatal actually be fatal. Whoops.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5290 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0a64828a27
commit
c2faf7df76
@ -1,3 +1,7 @@
|
|||||||
|
2002-09-12 John Levon <levon@movementarian.org>
|
||||||
|
|
||||||
|
* qt.m4: make $FATAL actually work
|
||||||
|
|
||||||
2002-09-12 John Levon <levon@movementarian.org>
|
2002-09-12 John Levon <levon@movementarian.org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
|
|
||||||
dnl Please leave this alone. I use this file in
|
|
||||||
dnl oprofile.
|
|
||||||
FATAL=1
|
|
||||||
|
|
||||||
dnl find a binary in the path
|
dnl find a binary in the path
|
||||||
AC_DEFUN(QT_FIND_PATH,
|
AC_DEFUN(QT_FIND_PATH,
|
||||||
[
|
[
|
||||||
@ -137,6 +132,10 @@ AC_DEFUN(QT_CHECK_COMPILE,
|
|||||||
dnl start here
|
dnl start here
|
||||||
AC_DEFUN(QT_DO_IT_ALL,
|
AC_DEFUN(QT_DO_IT_ALL,
|
||||||
[
|
[
|
||||||
|
dnl Please leave this alone. I use this file in
|
||||||
|
dnl oprofile.
|
||||||
|
FATAL=1
|
||||||
|
|
||||||
AC_ARG_WITH(qt-dir, [ --with-qt-dir where the root of Qt is installed ],
|
AC_ARG_WITH(qt-dir, [ --with-qt-dir where the root of Qt is installed ],
|
||||||
[ qt_cv_dir=`eval echo "$withval"/` ])
|
[ qt_cv_dir=`eval echo "$withval"/` ])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user