avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] patch to convert to autoconf


From: Brian Dean
Subject: Re: [avrdude-dev] patch to convert to autoconf
Date: Fri, 14 Feb 2003 00:19:07 -0500
User-agent: Mutt/1.4i

On Thu, Feb 13, 2003 at 03:39:24PM -0800, Theodore A. Roth wrote:

> Comments?

I understand this is a work in progress, so bumps are expected.
Anyway, it appears to build everything, but seems to complain about
something at the very end:

address@hidden:/obj- gmake
bison -y -d  ../config_gram.y && mv y.tab.c config_gram.c
if test -f y.tab.h; then \
if cmp -s y.tab.h config_gram.h; then rm -f y.tab.h; else mv y.tab.h 
config_gram.h; fi; \
else :; fi
gcc -DHAVE_CONFIG_H -I. -I.. -I.   
-DCONFIG_DIR=\"/home/bsd/local/avrdude-test/etc\"  -g -O2 -c config_gram.c
flex   ../lexer.l && mv lex.yy.c lexer.c
gcc -DHAVE_CONFIG_H -I. -I.. -I.   
-DCONFIG_DIR=\"/home/bsd/local/avrdude-test/etc\"  -g -O2 -c lexer.c
gcc -DHAVE_CONFIG_H -I. -I.. -I.   
-DCONFIG_DIR=\"/home/bsd/local/avrdude-test/etc\"  -g -O2 -c ../avr.c
gcc -DHAVE_CONFIG_H -I. -I.. -I.   
-DCONFIG_DIR=\"/home/bsd/local/avrdude-test/etc\"  -g -O2 -c ../config.c
gcc -DHAVE_CONFIG_H -I. -I.. -I.   
-DCONFIG_DIR=\"/home/bsd/local/avrdude-test/etc\"  -g -O2 -c ../fileio.c
gcc -DHAVE_CONFIG_H -I. -I.. -I.   
-DCONFIG_DIR=\"/home/bsd/local/avrdude-test/etc\"  -g -O2 -c ../lists.c
gcc -DHAVE_CONFIG_H -I. -I.. -I.   
-DCONFIG_DIR=\"/home/bsd/local/avrdude-test/etc\"  -g -O2 -c ../main.c
gcc -DHAVE_CONFIG_H -I. -I.. -I.   
-DCONFIG_DIR=\"/home/bsd/local/avrdude-test/etc\"  -g -O2 -c ../par.c
gcc -DHAVE_CONFIG_H -I. -I.. -I.   
-DCONFIG_DIR=\"/home/bsd/local/avrdude-test/etc\"  -g -O2 -c ../pgm.c
gcc -DHAVE_CONFIG_H -I. -I.. -I.   
-DCONFIG_DIR=\"/home/bsd/local/avrdude-test/etc\"  -g -O2 -c ../ppi.c
gcc -DHAVE_CONFIG_H -I. -I.. -I.   
-DCONFIG_DIR=\"/home/bsd/local/avrdude-test/etc\"  -g -O2 -c ../stk500.c
gcc -DHAVE_CONFIG_H -I. -I.. -I.   
-DCONFIG_DIR=\"/home/bsd/local/avrdude-test/etc\"  -g -O2 -c ../term.c
gcc  -g -O2  -o avrdude  config_gram.o lexer.o avr.o config.o fileio.o lists.o 
main.o par.o pgm.o ppi.o stk500.o term.o  -lreadline -ltermcap 
cp ../avrdude.conf.sample avrdude.conf
gmake[1]: Entering directory `/home/bsd/src/savannah/avrdude/obj'
cd .. && autoheader
autoheader: `ac_cfg.h.in' is unchanged
gmake[1]: Leaving directory `/home/bsd/src/savannah/avrdude/obj'
cd . \
  && CONFIG_FILES= CONFIG_HEADERS=[ac_cfg.h] \
     /bin/sh ./config.status
config.status: creating [ac_cfg.h]
config.status: error: cannot find input file: [ac_cfg.h].in
gmake: *** [stamp-h] Error 1


Also, I had to adjust bootstrap for FreeBSD:

------------------------------------------------------------
#! /bin/sh

set -x

ACLOCAL=aclocal-1.6
ACLOCAL=aclocal14

AUTOHEADER=autoheader-2.53
AUTOHEADER=autoheader

AUTOCONF=autoconf-2.53
AUTOCONF=autoconf

AUTOMAKE=automake-1.6
AUTOMAKE=automake14

$ACLOCAL
$AUTOHEADER
$AUTOCONF
$AUTOMAKE -a -c
------------------------------------------------------------

Just version differences.  I'm not sure what the best way for
determining these is - it looks like any number of versions of these
programs might be installed, depending on what's current in the ports
tree which is a moving target.

Anyway, so far so good!

-Brian




reply via email to

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