diff options
author | Brian Behlendorf <[email protected]> | 2008-12-01 15:41:33 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2008-12-01 15:41:33 -0800 |
commit | ef76e2f5ea42f9fab723ee79d17d69fe7caf1e13 (patch) | |
tree | 76b5bdcb01e1b3a4ad8ef476e54ba6d1ecf63e3b /autogen.sh | |
parent | 42baae9615b86e48e0c8c37eb83b409b8afa5e76 (diff) |
Removed build system from master branch, will relocate to linux-zfs-branch
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 72bba5b03..000000000 --- a/autogen.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -aclocal -I config && -libtoolize --automake --copy -autoheader && -automake --add-missing --include-deps 2>/dev/null -autoconf -rm -rf autom4te.cache aclocal.m4 |