summaryrefslogtreecommitdiff
path: root/build/jlibtool.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various issues found by cppchecksf2010-07-271-2/+2
* Some folks are ignoring the Tab prohibitionswrowe2010-03-221-3/+3
* jlibtool: improve bundle support on Mac OS X so that Subversion's SWIG Pythonjerenkrantz2009-02-281-47/+55
* jlibtool: Eat the '-release $someNumber' params that libtool 'supports' and w...pquerna2008-12-051-0/+4
* Minor fixes to jlibtool.jerenkrantz2008-02-081-1/+9
* * build/jlibtool.cjerenkrantz2008-02-061-0/+9
* Permit linkage with up to 1024 files.jerenkrantz2008-02-011-1/+1
* Have jlibtool match GNU libtool's behavior when creating a static library thatjerenkrantz2007-02-011-108/+153
* Follow-up to r433700 so as not to break linking executables. Doh.jerenkrantz2006-08-241-11/+14
* * jlibtool.c: Support the build overriding -undefined via run-time arguments;jerenkrantz2006-08-221-12/+41
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Teach jlibtool how to deal with .exe's on MinGW.jerenkrantz2006-07-141-0/+7
* Allow jlibtool to compile and link on mingw.jerenkrantz2006-07-141-3/+36
* basename() is defined in string.h, use libtool_basebase().jfclere2005-10-241-3/+3
* Teach jlibtool to respect '-static' flag.jerenkrantz2005-08-251-15/+68
* * build/jlibtool.c: Start the string with null, and strcat will extend it co...pquerna2005-06-171-1/+1
* jlibtool: Fix escaping of args with spaces, for example: -DFOO="Text With Spa...pquerna2005-05-311-1/+6
* jlibtool: Correctly handle the '-MT' flag to set the dependency generation Ma...pquerna2005-05-241-0/+11
* * build/jlibtool.c: Update to ignore --tag if CC or CXX are the values.jerenkrantz2005-02-041-1/+9
* Add support for the -R dir and -Rdir of libtool.jfclere2005-01-121-0/+22
* Arrange -l logic. (-l apr-1 should be -lapr-1)jfclere2005-01-111-6/+10
* * build/jlibtool.c: Add ifdef wrapper to fix build on Linuxpquerna2004-12-031-0/+2
* * build/jlibtool.c: Get jlibtool to work on Solaris; work on uninstalledjerenkrantz2004-12-031-22/+169
* * jlibtool.c: Add NetBSD support.pquerna2004-11-281-1/+1
* Get jlibtool to build httpd-2.1 successfully as mod_ssl now requirejerenkrantz2004-11-121-1/+5
* Add DYNAMIC_LINK_OPTS for Linux and FreeBSD.jfclere2004-10-011-0/+1
* Add --config to jlibtool to fill shlibpath_var in configure.jfclere2004-09-301-0/+24
* Add support for ReliantUnix (5.43).jfclere2004-09-291-0/+16
* Arrange rpath handling.jfclere2004-09-281-1/+76
* Use -L path -llib_name instead of path/"lib"lib_name."ext".jfclere2004-09-271-10/+53
* Add options to build modules. Note that on moof cc does not pass correctlyjfclere2004-09-171-0/+2
* SHARED_OPTS are the options to give to the compile to get a shared library.jfclere2004-09-171-2/+2
* Strange... That is too late to test for dry_run after ranlib.jfclere2004-09-171-3/+0
* Re-instate jlibtool from deleted revision 1.5. Paperwork filed. All is well.jerenkrantz2004-07-081-0/+1496
* My excuses for the commit of jlibtool without prior discussion.martin2004-07-051-1496/+0
* Update the license, plus minor portability changesmartin2004-07-051-65/+28
* Add support for BS2000 (_OSD_POSIX).jfclere2004-06-291-0/+56
* Add FreeBSD platform, and catch unsupported platforms by #error exitmartin2004-06-291-1/+6
* Commit the missing jlibtool.c from Justin's http://www.apache.org/~jerenkrant...martin2004-06-291-0/+1472