mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
c544429606
* Remove the need to maintain a new_translation.loc * Add a sed invocation to remove comments and unwanted stuff to generate a final embedded.loc * Note: sed is only invoked for MinGW. MS compilers still embed the unmodified rufus.loc. * Also fix a small bug when parsing the version.
5 lines
94 B
Bash
5 lines
94 B
Bash
#!/bin/sh
|
|
aclocal || exit 1
|
|
automake -a -c || exit 1
|
|
autoconf || exit 1
|
|
rm -rf autom4te.cache
|