Here is a minimal configure.ac:

---8<----
AC_PREREQ(2.50)
AC_INIT(tools, 0.1)
AM_INIT_AUTOMAKE(1.7)

AC_CONFIG_HEADER(config.h)

AC_OUTPUT
---8<----
(goal: generate config.h with just package name & version)
(note: no other output file)

autoreconf -v -f -i => ok
./configure =>
configure: error: cannot find install-sh or install.sh in . ./.

This is clearly a bug, IMHO. What can I do ?


-- 
/------------------------------------------------------------------.
| Rapha�l Poss                                      EPITA CSI 2003 |
| ICQ 1757157 - GnuPG fp bda2eb602866390c7a7d:a13ad7c86dd33b72e72b |
`------------------------------------------------------------------/



Reply via email to