Use GetUserNameExW, not GetUserName (doesn't exist on WinCE)
[chocolate-doom.git] / autogen.sh
blobee0e377d20c97b6d6ec4580d45a463ca9dadeef2
1 #!/bin/sh
3 mkdir autotools
5 aclocal
6 autoheader
7 automake -a -c
8 autoconf
9 automake
11 ./configure $@