[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
hg commit 15499: autogen step fails
From: |
CdeMills |
Subject: |
hg commit 15499: autogen step fails |
Date: |
Tue, 25 Jan 2011 00:08:42 -0800 (PST) |
After pulling this changeset and running autogen.sh in octave dir, I get
[...]
./bootstrap: aclocal --force -I m4 ...
./bootstrap: autoconf --force ...
./bootstrap: autoheader --force ...
./bootstrap: automake --add-missing --copy --force-missing ...
doc/interpreter/Makefile.am:30: `:='-style assignments are not portable
doc/interpreter/Makefile.am:34: `:='-style assignments are not portable
doc/interpreter/Makefile.am:179: shell $(srcdir: non-POSIX variable name
doc/interpreter/Makefile.am:179: (probably a GNU make extension)
src/Makefile.am:485: `:='-style assignments are not portable
src/Makefile.am:485: shell $(srcdir: non-POSIX variable name
src/Makefile.am:485: (probably a GNU make extension)
Makefile.am:170: addprefix $(DESTDIR: non-POSIX variable name
Makefile.am:170: (probably a GNU make extension)
Makefile.am:187: basename $(bin_PROGRAMS: non-POSIX variable name
Makefile.am:187: (probably a GNU make extension)
Makefile.am:199: basename $(bin_SCRIPTS: non-POSIX variable name
Makefile.am:199: (probably a GNU make extension)
Makefile.am: required file `./AUTHORS' not found
And it stops there. Any hint ?
Regards
Pascal
--
View this message in context:
http://octave.1599824.n4.nabble.com/hg-commit-15499-autogen-step-fails-tp3235622p3235622.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.
- hg commit 15499: autogen step fails,
CdeMills <=