aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAge
* Makefile.am: require automake 1.11Max Kellermann2011-10-09
| | | | Prepare for enabling "silent-rules".
* autogen.sh: enable automake 1.11Max Kellermann2010-09-23
|
* autogen.sh: don't use "+" in sed expressionAndreas Vögele2010-06-19
| | | | | | Replaces the expression [0-9]\+ by [0-9][0-9]* in autogen.sh. The special character \+ is not POSIX compatible and thus not supported by all sed implementations.
* autogen.sh: allow two minor digits in automake versionMax Kellermann2009-11-14
|
* autogen.sh: don't check for autoconf <2.60Max Kellermann2009-06-25
| | | | | configure.ac refuses to run with autoconf older than 2.60, don't bother to test for those versions in autogen.sh.
* Makefile.am: require automake 1.10Max Kellermann2009-06-25
| | | | | Refuse to build with automake 1.9. 1.9 is quite old already, and I'm too lazy to test with ancient versions.
* autogen.sh: removed libtoolizeMax Kellermann2008-11-22
| | | | Since we don't use libtool anymore, autogen.sh shouldn't call libtoolize.
* autogen.sh: don't call aclocal with the $PWD prefixRichard Brown2008-10-30
| | | | | | calling aclocal -I PWD/m4 in autogen.sh, rather than aclocal -I m4 is causing autotools to to not include the m4 directory in the dist tarball. This makes it quite hard to regenerate aclocal/configure.
* Makefile.am: require automake 1.9Max Kellermann2008-10-18
| | | | | | | | With heavy use of conditionals, I broke Makefile.am for the ancient automake version 1.6. Instead of supporting this automake version forever, I'm removing support for it now. Since automake isn't required on the build machine, nobody should have a serious problem with that.
* autogen.sh: support for newer autoconf versions (2.60, 2.61)Eric Wong2008-01-27
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@7166 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Use POSIX compatible tr arguments in autogen.shAvuton Olrich2007-11-16
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@7038 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Make autogen.sh exit immediately if any of the tools it runs fails.J. Alexander Treuman2006-09-13
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@4773 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Some more autotools fixes/hacks/workaroundsEric Wong2006-07-18
| | | | | | | | | | | | | | | | | autogen.sh: Detect more strange paths for aclocal on different packaging systems. This should help encourage more people to run svn code on their systems. configure.ac: Tested on FreeBSD (6.1). Darwin, OpenBSD, NetBSD info gleaned off the Makefile distributed with git. m4/shout.m4: The Shout 2.2 port on a FreeBSD 6.1 machine seemed problematic when it's compiled against pthreads, so this is a gross hack to force -lpthread on it git-svn-id: https://svn.musicpd.org/mpd/trunk@4390 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Fix some autotools related problemsEric Wong2006-07-17
| | | | | | | | | | | Huge thanks to gnarlie for helping me find and diagnose several problems stemming from autogen.sh on FreeBSD 6.1 We require autoconf 2.58 for autogen.sh, but it seems like that's always been the case, we just never caught it before :/ "bash ./configure" just about sums up what I want to do right now... git-svn-id: https://svn.musicpd.org/mpd/trunk@4384 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Remove hosted libid3tag & libmadAvuton Olrich2006-07-16
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@4369 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* autogen.sh: fix for automake16, automake17, etc...Eric Wong2006-07-15
| | | | | Just for gnarlie :) git-svn-id: https://svn.musicpd.org/mpd/trunk@4351 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* autogen.sh: allow AM_VERSIONs > 1.6 to be used more easilyEric Wong2006-07-15
| | | | | Also, allow AM_FORCE_VERSION to be defined by developers git-svn-id: https://svn.musicpd.org/mpd/trunk@4350 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Don't run configure from autogen.sh if NOCONFIGURE is non-empty.J. Alexander Treuman2006-06-04
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@4246 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* insert stuff in tagTracker in sorted order, hopefully this makes it fasterWarren Dukes2004-11-15
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@2672 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* add non-standard m4's to mpd svn repositoryWarren Dukes2004-11-14
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@2655 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* run autoheaderWarren Dukes2004-03-18
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@272 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* bunch of autotool cleanupsWarren Dukes2004-03-18
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@271 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* autogen.sh updatesWarren Dukes2004-03-12
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@255 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* don't use automake-1.8Warren Dukes2004-03-02
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@154 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* use "$@" instead of "$*"Warren Dukes2004-02-25
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@48 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* import from SF CVSWarren Dukes2004-02-23
git-svn-id: https://svn.musicpd.org/mpd/trunk@1 09075e82-0dd4-0310-85a5-a0d7c8717e4f