2009-11-13 Robert Millan <rmh.grub@aybabtu.com>

* autogen.sh: New file.
This commit is contained in:
Robert Millan 2009-11-13 15:55:26 +00:00
parent e741670789
commit 51dbeac64c
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2009-11-13 Robert Millan <rmh.grub@aybabtu.com>
* autogen.sh: New file.
2009-11-13 Robert Millan <rmh.grub@aybabtu.com>
Remove everything not related to Multiboot. A huge number of files

10
autogen.sh Normal file
View file

@ -0,0 +1,10 @@
#! /bin/sh
set -ex
aclocal
autoheader
automake --add-missing
autoconf
exit 0