Opened 16 years ago
Last modified 15 years ago
#153 new task
Autoconf issues in se.lu.thep.WeNNI
Reported by: | Jari Häkkinen | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | major | Milestone: | se.lu.thep.wenni 0.7 |
Component: | se.lu.thep.wenni | Keywords: | |
Cc: |
Description
Checks for used programs should be added
jar, javac, tar, wget
Change History (9)
comment:1 by , 16 years ago
comment:3 by , 16 years ago
I get
./configure: line 21226: AC_PROG_JAVAC: command not found ./configure: line 21227: AC_PROG_JAR: command not found
and JAR is not set. The new m4 directory is not referenced in configure.ac
comment:4 by , 16 years ago
And now I get, with no changes made except rerunning bootstrap and configure:
configure.ac:135: error: possibly undefined macro: AC_PROG_JAVAC If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:136: error: possibly undefined macro: AC_PROG_JAR
comment:5 by , 16 years ago
The problem is the bootstrap. I forgot that we have such an old fashioned one. It doesn't pick up the '-I m4' because we call aclocal directly rather than calling autoreconf. If you try autoreconf, I think it will work.
We need to modify bootstrap, either as we do in svndigest and yat or by adding at least '-I m4' to aclocal (perhaps also '--install')
comment:6 by , 16 years ago
comment:8 by , 16 years ago
Summary: | wenni autoconf → Autoconf issues in se.lu.thep.WeNNI |
---|
comment:9 by , 15 years ago
Milestone: | → se.lu.thep.wenni 0.7 |
---|
(In [859]) adding tests for javac and jar - refs #153