aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-10-09Makefile.am: require automake 1.11Max Kellermann1-1/+1
Prepare for enabling "silent-rules".
2010-09-23autogen.sh: enable automake 1.11Max Kellermann1-1/+1
2010-06-19autogen.sh: don't use "+" in sed expressionAndreas Vögele1-1/+1
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.
2009-11-14autogen.sh: allow two minor digits in automake versionMax Kellermann1-1/+1
2009-06-25autogen.sh: don't check for autoconf <2.60Max Kellermann1-1/+1
configure.ac refuses to run with autoconf older than 2.60, don't bother to test for those versions in autogen.sh.
2009-06-25Makefile.am: require automake 1.10Max Kellermann1-1/+1
Refuse to build with automake 1.9. 1.9 is quite old already, and I'm too lazy to test with ancient versions.
2008-11-22autogen.sh: removed libtoolizeMax Kellermann1-26/+0
Since we don't use libtool anymore, autogen.sh shouldn't call libtoolize.
2008-10-30autogen.sh: don't call aclocal with the $PWD prefixRichard Brown1-1/+1
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.
2008-10-18Makefile.am: require automake 1.9Max Kellermann1-1/+1
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.
2008-01-27autogen.sh: support for newer autoconf versions (2.60, 2.61)Eric Wong1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@7166 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-11-16Use POSIX compatible tr arguments in autogen.shAvuton Olrich1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@7038 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-09-13Make autogen.sh exit immediately if any of the tools it runs fails.J. Alexander Treuman1-6/+6
git-svn-id: https://svn.musicpd.org/mpd/trunk@4773 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-07-18Some more autotools fixes/hacks/workaroundsEric Wong1-6/+16
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
2006-07-17Fix some autotools related problemsEric Wong1-90/+100
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
2006-07-16Remove hosted libid3tag & libmadAvuton Olrich1-22/+0
git-svn-id: https://svn.musicpd.org/mpd/trunk@4369 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-07-15autogen.sh: fix for automake16, automake17, etc...Eric Wong1-1/+1
Just for gnarlie :) git-svn-id: https://svn.musicpd.org/mpd/trunk@4351 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-07-15autogen.sh: allow AM_VERSIONs > 1.6 to be used more easilyEric Wong1-7/+29
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
2006-06-04Don't run configure from autogen.sh if NOCONFIGURE is non-empty.J. Alexander Treuman1-1/+3
git-svn-id: https://svn.musicpd.org/mpd/trunk@4246 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-15insert stuff in tagTracker in sorted order, hopefully this makes it fasterWarren Dukes1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@2672 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-14add non-standard m4's to mpd svn repositoryWarren Dukes1-0/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@2655 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-18run autoheaderWarren Dukes1-5/+4
git-svn-id: https://svn.musicpd.org/mpd/trunk@272 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-18bunch of autotool cleanupsWarren Dukes1-0/+3
git-svn-id: https://svn.musicpd.org/mpd/trunk@271 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-12autogen.sh updatesWarren Dukes1-50/+123
git-svn-id: https://svn.musicpd.org/mpd/trunk@255 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-02don't use automake-1.8Warren Dukes1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@154 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25use "$@" instead of "$*"Warren Dukes1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@48 09075e82-0dd4-0310-85a5-a0d7c8717e4f