mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[iso] initial ISO image support (EXPERIMENTAL)
* from libcdio: http://www.gnu.org/software/libcdio/
This commit is contained in:
parent
9d2f9faa70
commit
5bd86bc743
93 changed files with 18908 additions and 676 deletions
6
autogen.sh
Normal file
6
autogen.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue