remove lib/configure from cvs and make sure it is autogenerated

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3679 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2002-03-06 14:40:56 +00:00
parent 660732d74a
commit f8408e1954
4 changed files with 18 additions and 1421 deletions

View File

@ -5,3 +5,4 @@ packages.lst
lyxrc.defaults
listerrors
Literate.nw
configure

View File

@ -1,3 +1,12 @@
2002-03-06 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* configure: removed from cvs
* .cvsignore: add configure
* Makefile.am: set up automatic creation and execution of
configure script.
2002-03-05 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* CREDITS: document that Martin Vermeer is also a very good bug

View File

@ -22,10 +22,6 @@ TEMPL = templates/*.lyx
TEXSUPPORT = tex/*.cls tex/*.sty
UI = ui/*.ui
configure: configure.m4
$(M4) $< > $@
$(CHMOD) 755 $@
LIBINSTFILES = $(BIND) $(CLIPART) $(DOCINST) $(EXAMPLES) $(HELP) $(IMAGES) \
$(KBD) $(LAYOUT) $(TEMPL) $(TEXSUPPORT) $(UI)
@ -41,7 +37,14 @@ LYXLIBDIRS = bind clipart doc examples help images kbd layouts scripts \
EXTRA_DIST = CREDITS chkconfig.ltx configure.cmd lyxrc.example \
external_templates $(LYXLIBDIRS) build-listerrors \
encodings languages symbols configure.m4
encodings languages symbols configure configure.m4
$(srcdir)/configure: $(srcdir)/configure.m4
$(M4) $< > $@
$(CHMOD) 755 $@
lyxrc.defaults: $(srcdir)/configure
$<
libinstalldirs:
for dir in $(LYXLIBDIRS) ; do \

1416
lib/configure vendored

File diff suppressed because it is too large Load Diff