summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)Author
2018-11-02remove some autotools remainsMax Kellermann
Closes #396
2014-01-27autogen.sh: re-add $ACLOCAL_FLAGS, $AUTOMAKE_FLAGSMax Kellermann
2014-01-27autogen.sh: simplify, no versioned program namesMax Kellermann
This was just too complex and fragile. Anybody who has versioned program names shall just call those programs manually.
2014-01-27autogen.sh: don't run aclocal with -I /usr/local/share/aclocalMax Kellermann
I expect that aclocal is clever enough to find its own include directories. If it does not, letting MPD guess it is not the most reliable idea either.
2014-01-27configure.ac: move autoconf/automake helpers to build/Max Kellermann
2011-10-09Makefile.am: require automake 1.11Max Kellermann
Prepare for enabling "silent-rules".
2010-09-23autogen.sh: enable automake 1.11Max Kellermann
2010-06-19autogen.sh: don't use "+" in sed expressionAndreas Vögele
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 Kellermann
2009-06-25autogen.sh: don't check for autoconf <2.60Max Kellermann
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 Kellermann
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 Kellermann
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 Brown
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 Kellermann
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 Wong
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 Olrich
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 Treuman
git-svn-id: https://svn.musicpd.org/mpd/trunk@4773 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-07-18Some more autotools fixes/hacks/workaroundsEric Wong
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 Wong
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 Olrich
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 Wong
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 Wong
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 Treuman
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 Dukes
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 Dukes
git-svn-id: https://svn.musicpd.org/mpd/trunk@2655 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-18run autoheaderWarren Dukes
git-svn-id: https://svn.musicpd.org/mpd/trunk@272 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-18bunch of autotool cleanupsWarren Dukes
git-svn-id: https://svn.musicpd.org/mpd/trunk@271 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-12autogen.sh updatesWarren Dukes
git-svn-id: https://svn.musicpd.org/mpd/trunk@255 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-02don't use automake-1.8Warren Dukes
git-svn-id: https://svn.musicpd.org/mpd/trunk@154 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25use "$@" instead of "$*"Warren Dukes
git-svn-id: https://svn.musicpd.org/mpd/trunk@48 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-23import from SF CVSWarren Dukes
git-svn-id: https://svn.musicpd.org/mpd/trunk@1 09075e82-0dd4-0310-85a5-a0d7c8717e4f