author | Michael Krelin <hacker@klever.net> | 2009-12-21 22:54:02 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-12-21 22:54:02 (UTC) |
commit | bd4c671f0a842309d17eb4579847b6fd1169ce5f (patch) (side-by-side diff) | |
tree | bea1d4b06f7499a36ece19a63b28bc75c817f29c /autogen.sh | |
parent | c58f436d78a17947d348fe65d3fe4e281217f2ae (diff) | |
download | libopkele-bd4c671f0a842309d17eb4579847b6fd1169ce5f.zip libopkele-bd4c671f0a842309d17eb4579847b6fd1169ce5f.tar.gz libopkele-bd4c671f0a842309d17eb4579847b6fd1169ce5f.tar.bz2 |
auto(re)gen.(ba)sh: renamed scripts to .bash for this is what they are
Signed-off-by: Michael Krelin <hacker@klever.net>
-rwxr-xr-x | autogen.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 691173c..0000000 --- a/autogen.sh +++ b/dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -tool_libtoolize="$(type -P glibtoolize || type -P libtoolize)" -if test -z "$tool_libtoolize" ; then - echo "Failed to find libtoolize." ; exit 1; -fi - (test -d aux.d || mkdir aux.d) \ -&& (test -d aclocal.d || mkdir aclocal.d) \ -&& "$tool_libtoolize" -f \ -&& aclocal -I aclocal.d \ -&& autoheader \ -&& automake -a \ -&& (autoconf || autoconf) \ -&& ./configure "$@" |