mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
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:
parent
660732d74a
commit
f8408e1954
@ -5,3 +5,4 @@ packages.lst
|
||||
lyxrc.defaults
|
||||
listerrors
|
||||
Literate.nw
|
||||
configure
|
||||
|
@ -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
|
||||
|
@ -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
1416
lib/configure
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user