The configure script for relyx needs to be installed with +x. Out of
the box, it is installed as a data file, 644.
--
albert chin ([EMAIL PROTECTED])
-- snip snip
--- lib/Makefile.am.orig Fri Feb 2 07:05:07 2001
+++ lib/Makefile.am Fri Feb 2 07:05:36 2001
@@ -4,6 +4,7 @@
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in listerrors
SUBDIRS = reLyX
bin_SCRIPTS = listerrors
+pkgdata_SCRIPTS = configure configure.cmd
BIND = bind/*.bind
CLIPART = clipart/*.eps
@@ -19,7 +20,7 @@
UI = ui/*.ui
LIBINSTFILES = $(BIND) $(CLIPART) $(DOCINST) $(EXAMPLES) $(IMAGES) $(KBD) \
- $(LAYOUT) $(TEMPL) $(TEXSUPPORT) $(UI) $(LYXSCRIPTS)
+ $(LAYOUT) $(TEMPL) $(TEXSUPPORT) $(UI)
LIBDISTFILES = $(BIND) $(CLIPART) $(DOCDIST) $(EXAMPLES) $(IMAGES) $(KBD) \
$(LAYOUT) $(TEMPL) $(UI) $(TEXSUPPORT) $(LYXSCRIPTS)