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