Lars Gullik Bjønnes wrote: > | Angus> Jean-Marc, there are two mkinstalldirs files in the 1.3.x. > | Angus> tree, one in the topmost directory and one in config. They're > | Angus> different. Did you forget to update the one in the topmost > | Angus> directory or is it needless cruft? >> > | Good question. The log file says: >> > | revision 1.1 > | date: 2000/11/21 16:35:36; author: larsbj; state: Exp; > | we need to this be able to make install from build dir >> > | However, I tried to remove it and install from build dir and nothing > | bad happened. Lars, do you remember what it does? > > You have to compile with included gettext to see the badness I think
Hmmm. I configure #! /bin/sh CONFIGURE="../configure --prefix='/home/angus/lyx-installed' \ --enable-maintainer-mode --with-version-suffix \ --with-pspell --with-included-gettext \ --with-frontend=qt --with-qt-dir=/usr/lib/qt-3.3" echo "${CONFIGURE}" cd ${BUILDDIR} eval "${CONFIGURE}" I've just removed the top level mkinstalldirs and installed without problems (other than the reLyX stuff gets installed in <build dir>lib/reLyX/\'/home/angus/lyx-installed\'/ ...) Moreover, from my top-level build directory: $ grep mkinstalldirs * config.log:MKINSTALLDIRS='../config/mkinstalldirs' config.status:s,@MKINSTALLDIRS@,../config/mkinstalldirs,;t t Makefile:mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs Makefile:MKINSTALLDIRS = ../config/mkinstalldirs It really looks like the file isn't used. -- Angus