Author: tom
Date: Fri Dec 12 13:34:30 2008
New Revision: 3527
URL: http://svn.slimdevices.com?rev=3527&root=Jive&view=rev
Log:
New way to get around autotools hell - and might be nicer way to go in general
- checking in gettext tarball, and make unzips if needed.
Added:
7.4/branches/pango/squeezeplay/src/gettext-0.14.1.tar.gz (with props)
Modified:
7.4/branches/pango/squeezeplay/src/Makefile.osx
Modified: 7.4/branches/pango/squeezeplay/src/Makefile.osx
URL:
http://svn.slimdevices.com/7.4/branches/pango/squeezeplay/src/Makefile.osx?rev=3527&root=Jive&r1=3526&r2=3527&view=diff
==============================================================================
--- 7.4/branches/pango/squeezeplay/src/Makefile.osx (original)
+++ 7.4/branches/pango/squeezeplay/src/Makefile.osx Fri Dec 12 13:34:30 2008
@@ -138,21 +138,16 @@
expat: expat-2.0.0/Makefile
cd expat-2.0.0; make && make install
-# gettext - with ugly touch hack to get around aclocal issues so I can get on
to more pressing matters...
-gettext-0.14.1/Makefile:
- touch gettext-0.14.1/gettext-runtime/Makefile.am
- touch gettext-0.14.1/gettext-runtime/aclocal.m4
- touch gettext-0.14.1/gettext-runtime/configure
- touch gettext-0.14.1/gettext-runtime/Makefile.in
- touch gettext-0.14.1/gettext-tools/Makefile.am
- touch gettext-0.14.1/gettext-tools/aclocal.m4
- touch gettext-0.14.1/gettext-tools/configure
- touch gettext-0.14.1/gettext-tools/Makefile.in
- cd gettext-0.14.1; ./configure --enable-shared --prefix=${PREFIX}
--disable-csharp --without-emacs \
+# gettext
+generated/gettext-0.14.1/configure:
+ mkdir -p generated; cd generated; tar xvf ../gettext-0.14.1.tar.gz
+
+generated/gettext-0.14.1/Makefile:
+ cd generated/gettext-0.14.1; ./configure --enable-shared
--prefix=${PREFIX} --disable-csharp --without-emacs \
--with-included-gettext --with-included-glib --with-included-libcroco
--with-included-libxml
-gettext: gettext-0.14.1/Makefile
- cd gettext-0.14.1; make && make install
+gettext: generated/gettext-0.14.1/configure generated/gettext-0.14.1/Makefile
+ cd generated/gettext-0.14.1; make && make install
# glib2
glib-2.16.4/Makefile:
Added: 7.4/branches/pango/squeezeplay/src/gettext-0.14.1.tar.gz
URL:
http://svn.slimdevices.com/7.4/branches/pango/squeezeplay/src/gettext-0.14.1.tar.gz?rev=3527&root=Jive&view=auto
==============================================================================
Binary file - no diff available.
Propchange: 7.4/branches/pango/squeezeplay/src/gettext-0.14.1.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins