[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
3.0.5 fails in automake
From: |
V K |
Subject: |
3.0.5 fails in automake |
Date: |
Thu, 27 Jun 2002 20:50:05 +1200 |
User-agent: |
KMail/1.4.1 |
Hi,
I tried to recompile httptunnel 3.0.5 on SuSE 8.0, but I can't get rid
of this automake error:
> aclocal
> autoconf
configure.in:25: warning: AC_ARG_PROGRAM invoked multiple times
> automake
Makefile.am: CPPFLAGS must be set with `=' before using `+='
Makefile.am:9: CPPFLAGS was set with `+=' and is now set with `='
Makefile.am:9: CPPFLAGS was already defined in condition SRCDIR_FALSE, which is
implied by condition TRUE
CPPFLAGS (User, where = 9) =
{
SRCDIR_TRUE => -I$(VPATH)/port
SRCDIR_FALSE => -Iport
}
Makefile.am:9: CPPFLAGS was already defined in condition SRCDIR_TRUE, which is
implied by condition TRUE
CPPFLAGS (User, where = 9) =
{
SRCDIR_TRUE => -I$(VPATH)/port
SRCDIR_FALSE => -Iport
}
automake: configure.in: required file `./depcomp' not found
Exit 1
Trying to continue:
> ./configure
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/soft/packages/BUILD/t/httptunnel-3.0.5/missing: Unknown `--run' option
Try `/home/soft/packages/BUILD/t/httptunnel-3.0.5/missing --help' for more
information
configure: WARNING: `missing' script is too old or missing
checking for mawk... mawk
...
Compiling barfs.
autoconf-2.52
automake-1.5
Is there a quick fix to this?
Thanks,
Volker
--
Volker Kuhlmann is possibly list0570 with the domain in header
http://volker.orcon.net.nz/ Please do not CC list postings to me.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- 3.0.5 fails in automake,
V K <=