>>>>> "Lars" == Lars Hecking <[EMAIL PROTECTED]> writes:
Lars> I posted everything I did. I did not install automake, only ran
Lars> configure and make dist straight from a copy of my checked-out
Lars> tree.
Well, I don't know.
~/src/am % ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) mawk
checking whether make sets ${MAKE}... (cached) yes
checking for perl... (cached) /usr/bin/perl
creating ./config.status
creating Makefile
creating automake
creating aclocal
creating m4/Makefile
creating tests/Makefile
~/src/am % make dist nostromo 10:40
chmod -R a+w automake-1.4c > /dev/null 2>&1; rm -rf automake-1.4c
mkdir automake-1.4c
for subdir in . m4 tests; do \
if test "$subdir" = .; then :; else \
test -d automake-1.4c/$subdir \
|| mkdir automake-1.4c/$subdir \
|| exit 1; \
(cd $subdir && make top_distdir=../automake-1.4c distdir=../automake-1.4c/$subdir
distdir) \
|| exit 1; \
fi; \
done
make[1]: Entre dans le répertoire `/mnt/nostromo/home/lrde/prof/akim/src/am/m4'
make[1]: Quitte le répertoire `/mnt/nostromo/home/lrde/prof/akim/src/am/m4'
make[1]: Entre dans le répertoire `/mnt/nostromo/home/lrde/prof/akim/src/am/tests'
make[1]: Quitte le répertoire `/mnt/nostromo/home/lrde/prof/akim/src/am/tests'
make top_distdir="automake-1.4c" distdir="automake-1.4c" dist-info
make[1]: Entre dans le répertoire `/mnt/nostromo/home/lrde/prof/akim/src/am'
list='automake.info'; \
for base in $list; do \
d=.; \
for file in `CDPATH=: && cd $d && eval echo $base*`; do \
test -f automake-1.4c/$file \
|| cp -p $d/$file automake-1.4c/$file; \
done; \
done
make[1]: Quitte le répertoire `/mnt/nostromo/home/lrde/prof/akim/src/am'
find automake-1.4c -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec /bin/sh ./install-sh -c -m a+r {} {} \; \
|| chmod -R a+r automake-1.4c
/bin/sh /home/lrde/prof/akim/src/am/missing --run tar chof - automake-1.4c |
GZIP=--best gzip -c > automake-1.4c.tar.gz
chmod -R a+w automake-1.4c > /dev/null 2>&1; rm -rf automake-1.4c
But your output, compared to mine, contains:
$ make dist
cd . && /tmp/automake/aclocal --acdir=m4
cd . && /tmp/automake/automake --amdir=. --gnits Makefile
cd . && /bin/sh /tmp/automake/missing --run autoconf
i.e., your files are not up to date. Try from a freshly checked out
automake?