avrdude base

This commit is contained in:
Vojtech Kral
2018-04-19 10:35:47 +02:00
parent c4478ccffa
commit 1caeab913b
415 changed files with 167903 additions and 0 deletions

21
xs/src/avrdude/bootstrap Executable file
View File

@@ -0,0 +1,21 @@
#! /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
libtoolize
${ACLOCAL}
${AUTOHEADER}
${AUTOCONF}
${AUTOMAKE} -a -c