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:
parent
4c88053237
commit
4edb492c19
8 changed files with 53 additions and 99 deletions
11
autogen.sh
11
autogen.sh
|
@ -1,11 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# use glibtoolize if it is available
|
||||
(glibtoolize --version) < /dev/null > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize || LIBTOOLIZE=libtoolize
|
||||
|
||||
$LIBTOOLIZE --copy --force || exit 1
|
||||
aclocal || exit 1
|
||||
autoheader || exit 1
|
||||
autoconf || exit 1
|
||||
automake -a -c || exit 1
|
||||
./configure --disable-debug $*
|
Loading…
Add table
Add a link
Reference in a new issue