|
3674c4d1
|
2008-04-28T17:31:42
|
|
specify minimum versions, make ac be 2.58 and am be 1.6 (needed in order to support os x 10.4 out-of-the-box). PKG_CHECK_MODULES doesn't seem to wrap the args properly so you can't embed AC_MSG_RESULT, make a zip and bzip2 when we make a dist, and provide NULL to make am happy
|
|
c2ebad6c
|
2008-04-27T19:55:30
|
|
* Use libtool' versioning features to call the library libftgl.2.1.3. This
is not the recommended way to do, but it's nice to synchronise the
package's version and the library's soname.
|
|
0aff12c1
|
2008-04-24T13:40:12
|
|
* Rename "win32_vcpp" to "msvc" and move all Visual Studio build files out
of their subdirectory.
* Add the msvc subdirectory to "make dist" so that it gets distributed.
|
|
21f3d07c
|
2008-04-23T21:23:22
|
|
* Add loads of C/C++ warning flags to the build process:
-Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare
* Add C-specific warning flags, too:
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs
|
|
aea26d36
|
2008-04-13T00:53:33
|
|
* Build cppunit tests using the autotools.
|
|
745cbcf8
|
2008-04-04T13:16:45
|
|
* Build the documentation the autotools way. If doxygen is not present,
then do nothing.
|
|
7c358859
|
2008-04-04T12:43:38
|
|
* Generate a config.h file instead of passing all defines in the compiler
command line.
* "make install" now properly installs the includes, the documentation and
the .pc file.
* Generate a shared library.
|
|
9f978b91
|
2008-04-04T12:21:46
|
|
* Big build system overhaul. Autotools-generated files are no longer stored
in SVN, the bootstrap script is more tolerant with odd installations, all
makefiles are a lot shorter.
|