bug-autoconf
[Top][All Lists]
Advanced

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

[sr #108278] AC_CANONICAL_BUILD depends on install-sh, but it does not g


From: Guillaume Melquiond
Subject: [sr #108278] AC_CANONICAL_BUILD depends on install-sh, but it does not get installed
Date: Sat, 30 Mar 2013 17:39:34 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0

URL:
  <http://savannah.gnu.org/support/?108278>

                 Summary: AC_CANONICAL_BUILD depends on install-sh, but it
does not get installed
                 Project: Autoconf
            Submitted by: silene
            Submitted on: sam. 30 mars 2013 18:39:34 CET
                Category: None
                Priority: 5 - Normal
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

$ cat configure.in
AC_INIT(test, [1.0], address@hidden)
AC_CANONICAL_BUILD
AC_OUTPUT
$ autoreconf -s -i
$ ./configure 
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.."
"./../.."

Note that AC_CANONICAL_TARGET and AC_CANONICAL_HOST do not work any better.
Also the config.guess and config.sub files are missing too. It seems that,
although those are autoconf macros, they cannot work unless automake is used
to install all the required files.

$ autoconf --version
autoconf (GNU Autoconf) 2.68




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?108278>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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