diff options
author | Pixel <pixel@nobis-crew.org> | 2009-11-11 09:59:22 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-11-11 09:59:22 -0800 |
commit | 0570d14683cc05262334ff8bf0d9b5b98d10dfe8 (patch) | |
tree | 4c0533945ce210576a72f333efc33b1e1b5a9658 /autogen.sh | |
parent | a97f9d02d1b2ea19bdd43a9efcd7b8f55595dcff (diff) |
Cleaning out crap.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 459be0c..0000000 --- a/autogen.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# Run this to generate all the initial makefiles, etc. -echo Running gettextize... -gettextize -c --intl --no-changelog -echo Running libtoolize... -libtoolize -c -f --automake -echo Running aclocal... -aclocal -I m4 -echo Running autoscan... -autoscan -echo Running autoheader... -autoheader -echo Running autoconf... -autoconf -echo Running automake... -#automake -a -c -f --gnu -automake -a -c --gnu |