From 05f71533d872a0dfd055ef36125e1492ef438468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 5 Mar 2015 15:03:22 +0000 Subject: proper autotools build-system there are few systems worse than autotools. one of them is a build-system that is only halfway using autotools. so let's completely go into autoworld svn path=/trunk/externals/iem/iemmatrix/; revision=17432 --- src/autogen.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 src/autogen.sh (limited to 'src') diff --git a/src/autogen.sh b/src/autogen.sh deleted file mode 100755 index 66fdf74..0000000 --- a/src/autogen.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -aclocal && \ -autoconf && \ -echo "now run './configure' -for help on args run './configure --help'" -- cgit v1.2.1