diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-12 11:53:05 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-12 11:53:05 +0000 |
commit | 7c2c35a44f4428b06402d3a587881a2178858b21 (patch) | |
tree | cf1be3155473eb846432c221271c36cf4964b7df /rxvt | |
parent | b0baa0e18192d9ca8946f7372be250e78dc4fca8 (diff) |
gruesome rxvt configury stuff
BKrev: 40caeea1vhlu8EKWHhZFiYY83Dqwwg
Diffstat (limited to 'rxvt')
-rw-r--r-- | rxvt/rxvt_2.7.9.oe | 4 |
1 files changed, 4 insertions, 0 deletions
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 |