into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/02/28 19:35:49+00:00 reciva.com!pb
update libdisplaymigration to 0.99
2005/02/28 19:33:15+00:00 reciva.com!pb
avoid crash when old shlibs dir does not exist
2005/03/01 01:51:41+00:00 reciva.com!pb
Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded
into mebius.reciva.com:/home/pb/oe/oe
2005/03/01 01:50:40+00:00 reciva.com!pb
undelete not-redundant-after-all autofoo x11 patch
BKrev: 4224bab6qEo9lRsAKfk1n1wgknwp-w
f.close()
for dir in [old_shlibs_dir, shlibs_dir]:
+ if not os.path.exists(dir):
+ continue
for file in os.listdir(dir):
m = re.match('^(.*)\.pclist$', file)
if m:
--- /dev/null
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- libX11-6.2.1/configure.ac~autofoo
++++ libX11-6.2.1/configure.ac
+@@ -7,12 +7,12 @@
+ [jg@freedesktop.org],
+ libX11)
+ AC_CONFIG_SRCDIR([Makefile.am])
+-AM_INIT_AUTOMAKE([dist-bzip2])
++AC_CONFIG_AUX_DIR(.)
+
++AM_INIT_AUTOMAKE([dist-bzip2])
+ AM_MAINTAINER_MODE
+
+ AM_CONFIG_HEADER([src/config.h])
+-AC_CONFIG_AUX_DIR(.)
+
+ # Checks for programs.
+ AC_PROG_LIBTOOL