mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
(backport of changeset 14516 from G. Baum)
Set CPPFLAGS only if not already set by the user (and ignore CXXFLAGS for setting CPPFLAGS) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14570 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
41e2e9cea1
commit
226519b64f
@ -1,3 +1,8 @@
|
||||
2006-08-08 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* lyxinclude.m4 (LYX_PROG_CXX): Set CPPFLAGS only if not already
|
||||
set by the user (and ignore CXXFLAGS for setting CPPFLAGS).
|
||||
|
||||
2006-05-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* qt.m4 (QT_DO_IT_ALL): add test for Qt-without-X11-under-cygwin.
|
||||
|
@ -243,6 +243,8 @@ if test x$GXX = xyes; then
|
||||
CXXFLAGS="-pg $CXXFLAGS"
|
||||
LDFLAGS="-pg $LDFLAGS"
|
||||
fi
|
||||
fi
|
||||
if test "$ac_env_CPPFLAGS_set" != set; then
|
||||
if test x$enable_warnings = xyes ; then
|
||||
case $gxx_version in
|
||||
2.*|3.1*|3.2*|3.3*)
|
||||
|
@ -44,4 +44,7 @@ What's new
|
||||
- Change the encoding of some python scripts from iso-8859-15 to
|
||||
iso-8859-1. The former causes problems with embedded python.
|
||||
|
||||
- fix 'check' make target for systems which do not have /bin/bash (bug 2524)
|
||||
- Fix 'check' make target for systems which do not have /bin/bash (bug 2524)
|
||||
|
||||
- Set CPPFLAGS only if not already set by the user (and ignore CXXFLAGS for
|
||||
setting CPPFLAGS).
|
||||
|
Loading…
Reference in New Issue
Block a user