autoconf
[Top][All Lists]
Advanced

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

Re: Makefile.in not generated using Automake


From: Eric Blake
Subject: Re: Makefile.in not generated using Automake
Date: Tue, 14 Jun 2011 08:04:20 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.10

[followups can drop autoconf, as this is an automake-only question]

On 06/14/2011 02:12 AM, Rushabh Doshi wrote:
> <Logs attached>
> 

> $ automake --add-missing 
> configure.ac:6: installing `./install-sh'
> configure.ac:6: installing `./missing'
> Makefile.am: installing `./INSTALL'
> Makefile.am: required file `./NEWS' not found
...
> $ ls
> aclocal.m4      autoscan.log  configure.ac  depcomp  INSTALL     Makefile.am
> autom4te.cache  config.h.in   COPYING       hello.c  install-sh  missing

There's your problem - you blindly ignored the error message from
automake and failed to check for non-zero exit status.  Automake won't
produce Makefile.in if required files are missing.

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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