fixed config version
This commit is contained in:
parent
eec468a027
commit
59bebae0dd
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,7 @@ QTGUI = @QTGUI@
|
|||
|
||||
RCLLIBVERSION=@RCLLIBVERSION@
|
||||
|
||||
all: mk/sysconf
|
||||
all: configure mk/sysconf
|
||||
(cd lib; sh mkMake)
|
||||
${MAKE} -C lib
|
||||
${MAKE} -C index depend recollindex
|
||||
|
@ -84,4 +84,8 @@ install: all
|
|||
libdir=${libdir} mandir=${mandir} \
|
||||
/bin/sh ./recollinstall ${prefix}
|
||||
|
||||
configure: VERSION configure.ac
|
||||
autoconf
|
||||
@echo run configure and make again
|
||||
exit 1
|
||||
.PHONY: all static clean distclean install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue