|
From: Patrick H. <pat...@us...> - 2002-04-03 00:29:52
|
patrickh 2002/04/02 14:19:54 PST
Modified files:
macros gmtl.m4
Log:
Pass #2 at implementing this thing. Instead of specifying a root
installation directory for GMTL (as is typically done with most configure
script options), the absolute path to the GMTL is provided instead. If,
however, $GMTL_BASE_DIR has a value, "/include" is appended to it.
Revision Changes Path
1.3 +13 -13 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.2&r2=1.3&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-04-03 00:34:25
|
patrickh 2002/04/02 14:12:15 PST
Modified files:
macros gmtl.m4
Log:
Added a missing quote.
Revision Changes Path
1.2 +5 -5 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-04-03 00:34:34
|
patrickh 2002/04/02 13:36:13 PST
Added files:
macros gmtl.m4
Log:
First version of an m4 macro that will find GMTL.
Revision Changes Path
1.1 +93 -0 GGT/macros/gmtl.m4 (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4?rev=1.1&content-type=text/plain
|
|
From: Patrick H. <pat...@us...> - 2002-04-04 22:44:17
|
patrickh 2002/04/04 14:44:12 PST
Modified files:
macros gmtl.m4
Log:
Use a safer name for storing the original copy of $CPPFLAGS.
Revision Changes Path
1.4 +4 -4 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.3&r2=1.4&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-04-24 15:10:55
|
patrickh 2002/04/24 08:10:53 PDT
Modified files:
macros gmtl.m4
Log:
Use the new gmtl-config script to get compiler arguments for using
GMTL. The --with-gmtl-include argument has been replaced with
--with-gmtl-prefix and --with-gmtl-exec-prefix (which can be used
to specify the path to gmtl-config).
Revision Changes Path
1.5 +47 -29 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.4&r2=1.5&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-05-04 15:25:16
|
patrickh 2002/05/04 08:25:15 PDT
Modified files:
macros gmtl.m4
Log:
Spell echo correctly.
Revision Changes Path
1.6 +3 -3 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.5&r2=1.6&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-06-04 20:44:05
|
patrickh 2002/06/04 13:44:04 PDT
Modified files:
macros gmtl.m4
Log:
Beefed up the functionality of the GMTL detection macro now that version
information is available. The signature of the macro has been changed so
that users have to specify the minimum required version and the base
installation directory (e.g., /usr/local).
The use of gmtl-config to get the header path has been temporarily disabled
while things are in a state of flux. The header path is now found relative
to the root installation or via the optional third argument to the macro.
Revision Changes Path
1.7 +95 -17 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.6&r2=1.7&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-06-04 21:23:56
|
patrickh 2002/06/04 14:23:55 PDT
Modified files:
macros gmtl.m4
Log:
Spell "GMTL" correctly. (Search and replace error in previous revision.)
Revision Changes Path
1.8 +6 -6 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.7&r2=1.8&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-06-04 21:31:48
|
patrickh 2002/06/04 14:31:47 PDT
Modified files:
macros gmtl.m4
Log:
Put the user-specified argument for the GMTL root installation into use.
I swear, it must have been dumb luck that the changes made in Rev. 1.7
worked at all the three times I tested them.
Revision Changes Path
1.9 +3 -3 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.8&r2=1.9&diff_format=l
|
|
From: Ben S. <non...@us...> - 2002-09-23 19:02:32
|
nonchocoboy 2002/09/23 12:02:31 PDT
Modified files:
macros gmtl.m4
Log:
Don't use DPP_VERSION_CHECK_MSG since it caches the version number even in
the wrong cases.
Revision Changes Path
1.10 +7 -6 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.9&r2=1.10&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-03-15 17:33:52
|
patrickh 2004/03/15 09:24:44 PST
Modified files:
macros gmtl.m4
Log:
Silenced warnings from configure regarding the availability versus the
usability of gmtl/Version.h. Since Version.h is a C++ header through and
through, its usability needs to be tested by a C++ compiler.
Revision Changes Path
1.11 +5 -2 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.10&r2=1.11&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-04-12 03:34:25
|
patrickh 2004/04/11 20:20:43 PDT
Modified files:
macros gmtl.m4
Log:
Bug fixed: A correctly installed GMTL would not be detected unless
both --with-gmtl-prefix and --with-gmtl-includes were
given on the command line.
Revision Changes Path
1.12 +9 -9 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.11&r2=1.12&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-05-18 15:15:22
|
patrickh 2004/05/18 08:15:17 PDT
Modified files:
macros gmtl.m4
Log:
Modernize the name of the --with option that identifies where GMTL is
installed. The old name (--with-gmtl-prefix) is a remnant of this macro's
roots in the GTK+ 1.0 m4 macro.
Revision Changes Path
1.13 +5 -8 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.12&r2=1.13&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-05-25 18:41:00
|
patrickh 2004/05/25 11:40:53 PDT
Modified files:
macros gmtl.m4
Log:
If no paths are specified for a GMTL installation but gmtl-config is found,
take advantage of gmtl-config output to get path information.
Revision Changes Path
1.14 +8 -2 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.13&r2=1.14&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-07-02 11:41:41
|
patrickh 2004/07/02 04:41:34 PDT
Modified files:
macros gmtl.m4
Log:
Silence a warning from aclocal 1.8.3.
Revision Changes Path
1.15 +3 -3 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.14&r2=1.15&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-04-13 21:49:40
|
patrickh 2006/04/13 14:49:39 PDT
Modified files:
macros gmtl.m4
Log:
Bug fixed: $ggt_gmtl_include could hold an empty string in the case
when $GMTL_ROOT is /usr. Since this is the usual case when
using GMTL from an RPM, this is an especially bad thing.
Revision Changes Path
1.16 +4 -2 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.15&r2=1.16&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-11-08 22:37:11
|
patrickh 2006/11/08 14:37:11 PST
Modified files:
macros gmtl.m4
Log:
Rewrote this macro to operate in terms of either flagpoll or pkg-config
(with preference being given to flagpoll).
Revision Changes Path
1.17 +69 -126 GGT/macros/gmtl.m4
http://ggt.cvs.sourceforge.net/ggt/GGT/macros/gmtl.m4.diff?r1=1.16&r2=1.17&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-11-08 22:38:04
|
patrickh 2006/11/08 14:38:04 PST
Modified files: (Branch: releng-0-4)
macros gmtl.m4
Log:
MFH [rev 1.17]: Rewrote this macro to operate in terms of either flagpoll
or pkg-config (with preference being given to flagpoll).
Revision Changes Path
1.16.2.1 +69 -126 GGT/macros/gmtl.m4
http://ggt.cvs.sourceforge.net/ggt/GGT/macros/gmtl.m4.diff?r1=1.16&r2=1.16.2.1&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-11-09 21:38:50
|
patrickh 2006/11/09 13:38:48 PST
Modified files:
macros gmtl.m4
Log:
Simplify this even further by setting things up so that the command line
argument ordering will work with flagpoll or pkg-config.
Revision Changes Path
1.18 +12 -25 GGT/macros/gmtl.m4
http://ggt.cvs.sourceforge.net/ggt/GGT/macros/gmtl.m4.diff?r1=1.17&r2=1.18&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-11-09 21:40:09
|
patrickh 2006/11/09 13:40:02 PST
Modified files: (Branch: releng-0-4)
macros gmtl.m4
Log:
MFH [rev 1.18]: Simplify this even further by setting things up so that the
command line argument ordering will work with flagpoll or
pkg-config.
Revision Changes Path
1.16.2.2 +12 -25 GGT/macros/gmtl.m4
http://ggt.cvs.sourceforge.net/ggt/GGT/macros/gmtl.m4.diff?r1=1.16.2.1&r2=1.16.2.2&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2007-07-15 19:26:22
|
patrickh 2007/07/15 12:26:23 PDT
Modified files:
macros gmtl.m4
Log:
The use of pkg-config is no longer supported by GMTL, so we do not need to
try to allow the use of pkg-config or flagpoll for querying compiler flags.
Revision Changes Path
1.19 +8 -54 GGT/macros/gmtl.m4
http://ggt.cvs.sourceforge.net/ggt/GGT/macros/gmtl.m4.diff?r1=1.18&r2=1.19&diff_format=l
|