From d62c73f17b105d9e68ef9e71c85c1420a2f6f53b Mon Sep 17 00:00:00 2001 From: Aaron Bockover Date: Sun, 19 Oct 2008 04:37:03 +0000 Subject: This commit adds preliminary build scripts/environment/directions for 2008-10-19 Aaron Bockover This commit adds preliminary build scripts/environment/directions for building Banshee on OS X, based heavily on Eoin's great work on porting Banshee to OS X. Banshee does not actually build yet on OS X with this commit, so don't try. This is phase one of merging Eoin's great work into our trunk. * build/osx/*: Scripts and an awesome README for building on OS X * autogen.osx.sh: Helper to call into the real OS X autogen wrapper svn path=/trunk/banshee/; revision=4701 --- autogen.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index d8b4f72bb..eff796a45 100755 --- a/autogen.sh +++ b/autogen.sh @@ -50,17 +50,19 @@ test -z "$srcdir" && srcdir=. error "Directory \"$srcdir\" does not look like the top-level $PROJECT directory" } +# MacPorts on OS X only seems to have glibtoolize +LIBTOOLIZE=$(basename $(which libtoolize || which glibtoolize)) + check_autotool_version aclocal 1.9 check_autotool_version automake 1.9 check_autotool_version autoconf 2.53 -check_autotool_version libtoolize 1.4.3 +check_autotool_version $LIBTOOLIZE 1.4.3 check_autotool_version glib-gettextize 2.0.0 check_autotool_version intltoolize 0.21.0 check_autotool_version pkg-config 0.14.0 -run libtoolize --force --copy run glib-gettextize --force --copy -run intltoolize --force --copy --automake +run $LIBTOOLIZE --force --copy --automake run aclocal -I build/m4/banshee -I build/m4/shamrock $ACLOCAL_FLAGS run autoconf run autoheader -- cgit v1.2.3