autoconf
[Top][All Lists]
Advanced

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

Re: Problems with nearly-empty configure.ac's


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

Raphaël Poss <address@hidden> writes:

> Here is a minimal configure.ac:

[...]

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

Versions: ac 2.57, am 1.7.2

This works:
---8<---
AC_INIT(tools, 0.1)
AC_CONFIG_HEADER(config.h)
AC_OUTPUT
---8<---

This does not:
---8<---
AC_INIT(tools, 0.1)
AM_INIT_AUTOMAKE
AC_OUTPUT
---8<---

This does not, either:
---8<---
AC_INIT(tools, 0.1)
AC_CANONICAL_HOST
AC_OUTPUT
---8<---

(it works = autoreconf && ./configure works)

It seems  like several macros cause the  generated configure script to
check for unneeded stuff (unneeded thus not imported by autoreconf).

What's up ?

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





reply via email to

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