[PATCH 2/2] Add empty m4 directory so autoreconf does not fail

Colin Ian King colin.king at canonical.com
Mon Jul 2 10:00:33 UTC 2012


On 02/07/12 10:52, IvanHu wrote:
> On 06/28/2012 06:04 PM, Colin King wrote:
>> From: Colin Ian King <colin.king at canonical.com>
>>
>> Signed-off-by: Colin Ian King <colin.king at canonical.com>
>> ---
>>   m4/.gitignore |    2 ++
>>   1 file changed, 2 insertions(+)
>>   create mode 100644 m4/.gitignore
>>
>> diff --git a/m4/.gitignore b/m4/.gitignore
>> new file mode 100644
>> index 0000000..d6b7ef3
>> --- /dev/null
>> +++ b/m4/.gitignore
>> @@ -0,0 +1,2 @@
>> +*
>> +!.gitignore
>>
>
> Hi Colin,
>
> I used the "autoreconf", still fail.
> I think this patch is fixing "autoreconf" without -ivf.
> Do I mis-understand what you fix?

After the tidy up with this patch one needs to use:

autoreconf -ivf
./configure
make

for it to build


>
> ivanhu at ivanhu-ThinkPad-X220:~/fwts$ autoreconf
> libtoolize: putting auxiliary files in `.'.
> libtoolize: copying file `./ltmain.sh'
> libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
> libtoolize: copying file `m4/libtool.m4'
> libtoolize: copying file `m4/ltoptions.m4'
> libtoolize: copying file `m4/ltsugar.m4'
> libtoolize: copying file `m4/ltversion.m4'
> libtoolize: copying file `m4/lt~obsolete.m4'
> configure.ac:3: required file `./config.guess' not found
> configure.ac:3:   `automake --add-missing' can install `config.guess'
> configure.ac:3: required file `./config.sub' not found
> configure.ac:3:   `automake --add-missing' can install `config.sub'
> configure.ac:2: required file `./install-sh' not found
> configure.ac:2:   `automake --add-missing' can install `install-sh'
> configure.ac:2: required file `./missing' not found
> configure.ac:2:   `automake --add-missing' can install `missing'
> src/Makefile.am: required file `./depcomp' not found
> src/Makefile.am:   `automake --add-missing' can install `depcomp'
> autoreconf: automake failed with exit status: 1
>
>
> Best regards,
> Ivan





More information about the fwts-devel mailing list