diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-12-14 21:41:25 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-12-14 21:42:27 +0100 |
commit | ca8861f31fe12c5d3772aa94551cab26bbeb961c (patch) | |
tree | a4ac37ac7cd1e0f4d5f399783333100e2492ff16 /bootstrap.sh | |
parent | 69303bb9c04dcc5936ba7ec89ea6d8db47d9c90a (diff) | |
download | dabmod-ca8861f31fe12c5d3772aa94551cab26bbeb961c.tar.gz dabmod-ca8861f31fe12c5d3772aa94551cab26bbeb961c.tar.bz2 dabmod-ca8861f31fe12c5d3772aa94551cab26bbeb961c.zip |
remove autotools-generated files, add bootstrap
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..a3394ab --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,4 @@ +#! /bin/sh + +autoreconf --install && \ + echo "You can call ./configure now" |