mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[misc] set rufus-next to 1.3.3, update copyright
* update copyright year * switch relevant files to UTF-8 (without signature). It's 2013 for crying out loud: if your file editor or file viewer can't handle plain UTF-8, go back to the 1980s! * also rename autogen.sh to bootstrap.sh
This commit is contained in:
parent
f1902c0040
commit
c51bf5ce45
23 changed files with 44 additions and 44 deletions
6
bootstrap.sh
Normal file
6
bootstrap.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