summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* autogen.sh: Improve autoconf/automake detection on OpenBSDErik de Castro Lopo2016-01-261-4/+14
| | | | | | | | OpenBSD needs the enviroment variables `AUTOCONF_VERSION` and `AUTOMAKE_VERSION` to be set in order to find these tools. The script now tests (individually) if they are already set and if they aren't sets them to something that is known to work on OpenBSD 5.8
* autogen.sh: Add --no-symlinks optionErik de Castro Lopo2015-08-011-1/+13
|
* autogen.sh: Switch from bash to sh and make it POSIXErik de Castro Lopo2015-08-011-2/+2
|
* autogen.sh : Use long names for options to autoreconf.Erik de Castro Lopo2014-10-161-1/+1
|
* Fix bootstrap on Mac OS XXiyue Deng2013-05-271-1/+5
| | | | | | | | * Mac OS X has incomplete installations of gettext/iconv. So stop checking for gettext command on Darwin, and install some additional m4 scripts so it can be bootstrapped on Mac OS X. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* autogen.sh : Test for required programs.Erik de Castro Lopo2013-04-021-1/+19
|
* autogen.sh : OpenBSD tweaks.Erik de Castro Lopo2013-03-181-0/+8
|
* Robustify autogen.shTimothy B. Terriberry2013-02-081-2/+9
| | | | | | | This allows the script to be run from somewhere other than the top-level build directory. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* autogen.sh : Make sure config.rpath exists.Erik de Castro Lopo2013-01-171-0/+1
|
* autogen.sh: replace this by a simple call to autoreconfMax Horn2012-12-131-164/+4
| | | | | | | | | The autoreconf tool is provided by autoconf to do what custom autogen.sh scripts in many projects used to do. Only it is more robust and widely tested. It has been available for several years, too. No reason to rely on custom code for this. Signed-off-by: Max Horn <max@quendi.de>
* Remove configure maintainer mode.Erik de Castro Lopo2012-02-051-1/+1
| | | | It doesn't play nicely with git and multiple branches.
* autogen.sh : Silence complaint about missing config.rpath.Erik de Castro Lopo2012-01-311-0/+4
|
* minor commentsJosh Coalson2007-09-161-0/+9
|
* minor formattingJosh Coalson2007-09-111-1/+1
|
* automake-1.10 fixes (SF#1791361: ↵Josh Coalson2007-09-101-10/+15
| | | | https://sourceforge.net/tracker/index.php?func=detail&aid=1791361&group_id=13478&atid=113478)
* add notes from old autogen.shJosh Coalson2006-11-211-0/+24
|
* patch from ralphJosh Coalson2006-11-181-0/+2
|
* replacement based on example from xiphJosh Coalson2006-11-171-40/+120
|
* add xmms.m4 to new m4/ directory as backupJosh Coalson2005-09-021-1/+1
|
* remove id3 support from the pluginsJosh Coalson2004-09-281-1/+1
|
* add more info about requirements and possible solutions to problemsJosh Coalson2004-07-301-0/+17
|
* add warning about libtool/autoconf "missing sed" bug to commentsJosh Coalson2004-07-221-0/+6
|
* add libtoolize to flowJosh Coalson2004-07-201-10/+7
|
* Build libtool archives instead of plain .a archives, so that PIC versions areMatt Zimmerman2003-02-071-1/+1
| | | | built and can they be portably linked into shared libraries.
* minor commentsJosh Coalson2002-12-231-1/+1
|
* minor commentsJosh Coalson2002-12-031-1/+20
|
* unwind gettext usage; see tag COMMENT_LAST_WORKING_GETTEXT for the last ↵uid381802002-09-091-1/+1
| | | | working version of the gettext flow
* add gettextize and autoheaderJosh Coalson2002-09-051-1/+1
|
* add --copy to automake invocationJosh Coalson2002-07-031-1/+1
|
* add --include-depsJosh Coalson2001-06-071-1/+1
|
* initial importJosh Coalson2001-06-061-0/+3