1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[mingw] rules to generate configure.ac

This commit is contained in:
Pete Batard 2011-12-05 01:11:15 +00:00
parent 4c88053237
commit 4edb492c19
8 changed files with 53 additions and 99 deletions

6
_autogen.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
aclocal || exit 1
#autoheader || exit 1
automake -a -c || exit 1
autoconf || exit 1
rm -rf autom4te.cache