lars asked,
> Are you using gnumake?
oops :) Seems that that's now "gmake," and the regular "make" yields
pmake . . .
Now I get entirely different errors :)
I just checked out a clean copy (the competing make's seem to have
made a mess of things). I run autoconf, then automake, then
./configure, which bombs with
configuring in lib/reLyX
running /bin/sh config/configure --program-suffix=.dev
--cache-file=../.././config.cache --srcdir=.
config/configure: Can't open config/configure
configure: error: config/configure failed for lib/reLyX
also, automake warns that
configure.in: 52: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
aclocal.m4: 623: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
while "gmake clean" bombs:
cd . && aclocal
aclocal: configure.in: 52: obsolete macro `AM_PROG_INSTALL'
gmake: *** [aclocal.m4] Error 1
And now, cleaned up, configure is bombing over relyx:
running /bin/sh config/configure --program-suffix=.dev
--cache-file=../.././config.cache --srcdir=.
config/configure: Can't open config/configure
configure: error: config/configure failed for lib/reLyX
bash-2.02#
To make things really odd, the make of lyx-1_0_x went just fine with
pmake yesterday . . .
rick, who is now throughly confused