Initial Mercurial commit.

This commit is contained in:
rude
2009-07-26 15:46:49 +02:00
commit dcb3dfd83d
417 changed files with 124060 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
echo
echo " * Remember to run 'sh platform/unix/gen-makefile' if you've added/removed any files under src/ before running this script"
echo
autoheader # Gimmie config.h.in
libtoolize --force
aclocal
autoconf
automake -a