2
0
mirror of https://github.com/mariusgreuel/avrdude.git synced 2025-09-27 14:35:27 +00:00
Files
doc
tools
windows
.cvsignore
AUTHORS
BUILD-FROM-SVN
COPYING
ChangeLog
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
Makefile.am
NEWS
README
arduino.c
arduino.h
avr.c
avr.h
avr910.c
avr910.h
avrdude.1
avrdude.conf.in
avrdude.h
avrdude.spec.in
avrftdi.c
avrftdi.h
avrpart.c
avrpart.h
bitbang.c
bitbang.h
bootstrap
buspirate.c
buspirate.h
butterfly.c
butterfly.h
config.c
config.h
config_gram.y
configure.ac
confwin.c
confwin.h
crc16.c
crc16.h
fileio.c
fileio.h
freebsd_ppi.h
ft245r.c
ft245r.h
jtagmkI.c
jtagmkI.h
jtagmkII.c
jtagmkII.h
jtagmkII_private.h
jtagmkI_private.h
lexer.l
linux_ppdev.h
lists.c
lists.h
main.c
my_ddk_hidsdi.h
par.c
par.h
pgm.c
pgm.h
pgm_type.c
pgm_type.h
pindefs.h
ppi.c
ppi.h
ppiwin.c
safemode.c
safemode.h
ser_avrdoper.c
ser_posix.c
ser_win32.c
serbb.h
serbb_posix.c
serbb_win32.c
serial.h
solaris_ecpp.h
stk500.c
stk500.h
stk500_private.h
stk500generic.c
stk500generic.h
stk500v2.c
stk500v2.h
stk500v2_private.h
term.c
term.h
tpi.h
update.c
update.h
usb_libusb.c
usbasp.c
usbasp.h
usbdevs.h
usbtiny.c
usbtiny.h
wiring.c
wiring.h
avrdude/bootstrap
joerg_wunsch 4c25eee0a5 Remove the version checks for autoconf and automake. Modern versions
no longer experience the day-to-day incompatibilities we've been faced
with some 5+ years ago.



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@960 81a1dc3b-b13d-400b-aceb-764788c761c2
2011-05-11 21:24:12 +00:00

20 lines
313 B
Bash
Executable File

#! /bin/sh
: ${AUTOHEADER="autoheader${AC_VER}"}
: ${AUTOCONF="autoconf${AC_VER}"}
: ${ACLOCAL="aclocal${AM_VER}"}
: ${AUTOMAKE="automake${AM_VER}"}
export ACLOCAL AUTOHEADER AUTOCONF AUTOMAKE
# Bootstrap the build system.
set -x
rm -rf autom4te.cache
${ACLOCAL}
${AUTOHEADER}
${AUTOCONF}
${AUTOMAKE} -a -c