This patch fixes the installed location of LyX's configure (and fixes
a minor problem with the Makefile.am as well):

Index: lib/Makefile.am
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/Makefile.am,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile.am
--- lib/Makefile.am     1999/10/12 15:11:04     1.3
+++ lib/Makefile.am     1999/10/12 19:12:34
@@ -1,7 +1,7 @@
 AUTOMAKE_OPTIONS = foreign
 DISTCLEANFILES = *.orig *.rej *~ *.bak textclass.lst packages.lst \
                lyxrc.defaults doc/LaTeXConfig.lyx
-bin_SCRIPTS = configure
+bin_SCRIPTS = 
 MAINTAINERCLEANFILES = Makefile.in
 SUBDIRS    = reLyX
 
@@ -17,10 +17,10 @@
 BIND = bind/*.bind
 EXAMPLES = examples/*.lyx
 TEXSUPPORT = tex/*.cls
-IMAGES = images/README images/*.xpm images/*.xbm
+IMAGES = images/*.xpm images/*.xbm
 
 pkgdata_DATA = lyxrc.example CREDITS chkconfig.ltx lyxrc.defaults \
-               textclass.lst packages.lst
+               textclass.lst packages.lst configure configure.cmd
 
 LIBINSTFILES = $(LAYOUT) $(CLIPART) $(DOC) $(KBD) $(DOC) $(TEMPL) $(BIND) \
                $(EXAMPLES) $(TEXSUPPORT) $(IMAGES)

-- 
Kayvan Aghaiepour Sylvan  | Proud husband of      | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan |                       | Robin Gregory (2/28/92)

Reply via email to