diff options
author | Thomas White <taw@physics.org> | 2018-03-10 14:09:23 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-03-10 17:50:22 +0100 |
commit | f60b18e91d983b3bc6ad3b9dcd02c26c2afed685 (patch) | |
tree | b45b78453fe728b0d712ef75cffea62bef885e3e /autogen.sh | |
parent | 2af0de620328c13e8dc9997bc95e694321409d96 (diff) |
Remove autotools
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 093f8a4..0000000 --- a/autogen.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -libtoolize --force --copy \ -&& aclocal -I m4 --force \ -&& autoheader --force \ -&& automake --add-missing --copy --force \ -&& autoconf --force |