Luca Capello
2007-01-23 21:45:28 UTC
Hello,
revision 25 adds the following line to configure.in
28: AM_CONFIG_HEADER(config.h)
The problem is that config.h.in isn't present in SVN, thus resulting
in the following errors:
=====
***@gismo:~/thinkfinger$ svn update
At revision 31.
***@gismo:~/thinkfinger$ ./autogen.sh
You should add the contents of `/usr/share/aclocal/libtool.m4' to \
`aclocal.m4'.
configure.in:29: installing `./missing'
configure.in:29: installing `./install-sh'
libthinkfinger/Makefile.am: installing `./depcomp'
pam/Makefile.am:6: compiling `pam_thinkfinger.c' with per-target \
flags requires `AM_PROG_CC_C_O' in `configure.in'
configure.in:28: required file `config.h.in' not found
***@gismo:~/thinkfinger$ configure
[...]
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in
***@gismo:~/thinkfinger$
=====
Thx, bye,
Gismo / Luca
revision 25 adds the following line to configure.in
28: AM_CONFIG_HEADER(config.h)
The problem is that config.h.in isn't present in SVN, thus resulting
in the following errors:
=====
***@gismo:~/thinkfinger$ svn update
At revision 31.
***@gismo:~/thinkfinger$ ./autogen.sh
You should add the contents of `/usr/share/aclocal/libtool.m4' to \
`aclocal.m4'.
configure.in:29: installing `./missing'
configure.in:29: installing `./install-sh'
libthinkfinger/Makefile.am: installing `./depcomp'
pam/Makefile.am:6: compiling `pam_thinkfinger.c' with per-target \
flags requires `AM_PROG_CC_C_O' in `configure.in'
configure.in:28: required file `config.h.in' not found
***@gismo:~/thinkfinger$ configure
[...]
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in
***@gismo:~/thinkfinger$
=====
Thx, bye,
Gismo / Luca