autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with nearly-empty configure.ac's


From: Raphaël Poss
Subject: Problems with nearly-empty configure.ac's
Date: Fri, 21 Feb 2003 18:14:28 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) XEmacs/21.4 (Native Windows TTY Support)

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

[Prev in Thread] Current Thread [Next in Thread]