diff options
author | Sam Lantinga <slouken@libsdl.org> | 2013-05-26 11:06:17 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2013-05-26 11:06:17 -0700 |
commit | 96db5f7b8160e0432520b6d6cb1771fa0dcadff7 (patch) | |
tree | 00acb3b7c6136d9b34744c26c2469358ab86c3fd /autogen.sh | |
parent | d06a0935e65c685f94a9b73ee85e79480aaf8962 (diff) |
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Updated Makefile.in so "make dist" includes everything necessary for release.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 649d7b31e9..a41f09578a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,7 +4,6 @@ echo "Generating build information using autoconf" echo "This may take a while ..." # Regenerate configuration files -cat acinclude/* >aclocal.m4 found=false for autoconf in autoconf autoconf259 autoconf-2.59 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi |