File: bootstrap.sh

package info (click to toggle)
dfu-programmer 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 824 kB
  • sloc: ansic: 5,152; makefile: 31; sh: 18
file content (10 lines) | stat: -rwxr-xr-x 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

set -e # exit on error
set -x # Enable echoing of commands

mkdir -p m4
aclocal -I m4
autoheader
automake --foreign --add-missing --force-missing
autoconf