Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/avrdude/bootstrap')
-rw-r--r--src/avrdude/bootstrap21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/avrdude/bootstrap b/src/avrdude/bootstrap
new file mode 100644
index 000000000..0c1f84cc7
--- /dev/null
+++ b/src/avrdude/bootstrap
@@ -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