Makefile.am


Log

Author Commit Date CI Message
brlcad 25a245db 2008-05-04T16:24:45 revert the r1027 changes related to PKG_CHECK_MODULES. provide the macro via the pkg.m4 script but still don't abort if it's not found.
brlcad c0e4ee1e 2008-05-04T06:04:27 remove the silly one-liner cleanup script that just removes Finder files
brlcad 81cda3aa 2008-05-04T05:04:25 include the changelog
brlcad acbb6a53 2008-05-04T04:35:41 print an informative summary
sammy 1f4a94f8 2008-04-29T14:39:28 * Since the MIT license is LGPL-compatible, there is no real point in shipping FTGL under a dual license. Consequently removing LGPL references from the code, in agreement with Sean.
brlcad 68e10a56 2008-04-28T17:48:35 replace the bootstrap script with autogen.sh (buildconf project) with does much (much) more in terms of protections, reporting options, and error recovery that supports a wide variety of autotool versions, autoreconf bug workarounds, and system misconfiguration issues.
brlcad 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
sammy 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.
brlcad 02493b21 2008-04-22T08:01:47 rename HISTORY to NEWS, reformat with distinct sections for each released version and consistent formatting
brlcad 7bc38668 2008-04-22T07:20:12 drop all the main doc file suffixes to be consistent with more prevalent gnu conventions
sammy 199759f6 2008-04-17T16:07:02 * Re-added BUGS and TODO from the old trunk.
sammy aea26d36 2008-04-13T00:53:33 * Build cppunit tests using the autotools.
sammy a86d2813 2008-04-12T22:57:11 * Rename license files to COPYING.MIT and COPUING.LGPL.
sammy 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.
sammy 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.