From 7c2c35a44f4428b06402d3a587881a2178858b21 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 12 Jun 2004 11:53:05 +0000 Subject: gruesome rxvt configury stuff BKrev: 40caeea1vhlu8EKWHhZFiYY83Dqwwg --- rxvt/rxvt_2.7.9.oe | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rxvt/rxvt_2.7.9.oe') diff --git a/rxvt/rxvt_2.7.9.oe b/rxvt/rxvt_2.7.9.oe index 50faf7fdf4..f8ce4e8e04 100644 --- a/rxvt/rxvt_2.7.9.oe +++ b/rxvt/rxvt_2.7.9.oe @@ -1,3 +1,4 @@ +PR = "r1" DEPENDS = "x11 xft" DESCRIPTION = "Well known terminal emulator" @@ -23,6 +24,9 @@ EXTRA_OEMAKE = "'XINC=-I${STAGING_INCDIR}' \ 'XLIB=-L${STAGING_LIBDIR} -lX11 -lXft'" do_configure () { + mv autoconf/configure.in . || true + rm autoconf/libtool.m4 + libtoolize --force autotools_do_configure echo '#define RXVT_UTMP_FILE "${localstatedir}/run/utmp"' >> config.h echo '#define RXVT_WTMP_FILE "${localstatedir}/log/wtmp"' >> config.h -- cgit 1.2.3-korg