avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] autoconfiscate avrdude.conf


From: Brian Dean
Subject: Re: [avrdude-dev] autoconfiscate avrdude.conf
Date: Sun, 23 Feb 2003 09:21:21 -0500
User-agent: Mutt/1.4i

Not sure what the problem is:

With your patch:
------------------------------------------------------------
address@hidden:/avrdude- ./bootstrap
+ aclocal
+ autoheader
configure.ac:9: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.ac:15: warning: AC_PROG_LEX invoked multiple times
configure.ac:74: warning: do not use m4_regexp: use regexp or m4_bregexp
autoheader: `ac_cfg.h.in' is created
+ autoconf
+ automake -a -c
automake: configure.ac: `AM_INIT_AUTOMAKE' must be used
automake: configure.ac: installing `./install-sh'
automake: configure.ac: installing `./mkinstalldirs'
automake: configure.ac: installing `./missing'
automake: Makefile.am: installing `./INSTALL'
automake: configure.ac: installing `./depcomp'
address@hidden:/avrdude- ./configure --prefix=/usr/local
configure: error: cannot run /bin/sh ./config.sub
------------------------------------------------------------

Compare that to without your patch:
------------------------------------------------------------
address@hidden:/avrdude- ./bootstrap
+ aclocal
+ autoheader
configure.ac:6: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.ac:12: warning: AC_PROG_LEX invoked multiple times
configure.ac:32: warning: do not use m4_regexp: use regexp or m4_bregexp
autoheader: `ac_cfg.h.in' is created
+ autoconf
+ automake -a -c
automake: configure.ac: `AM_INIT_AUTOMAKE' must be used
automake: configure.ac: installing `./install-sh'
automake: configure.ac: installing `./mkinstalldirs'
automake: configure.ac: installing `./missing'
automake: Makefile.am: installing `./INSTALL'
automake: configure.ac: installing `./depcomp'
address@hidden:/avrdude- ./configure --prefix=/usr/local
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... yes
...
------------------------------------------------------------

The output of the bootstrap is identical except for the line numbers.

Any ideas?

-Brian




reply via email to

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