aot-compile.in: Fix typo in option list.
2013-06-20 Roland Lutz <rlutz@hedmen.org> * contrib/aot-compile.in: Fix typo in option list. From-SVN: r200469
This commit is contained in:
parent
79ee9826b3
commit
d0c8b5fc8f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-06-20 Roland Lutz <rlutz@hedmen.org>
|
||||
|
||||
* contrib/aot-compile.in: Fix typo in option list.
|
||||
|
||||
2013-06-20 Matthias Klose <doko@ubuntu.com>
|
||||
|
||||
* pkg.m4 (PKG_CHECK_MODULES): Use AC_PATH_TOOL to check for pkg-config.
|
||||
|
|
|
@ -52,7 +52,7 @@ try:
|
|||
sys.argv[1:],
|
||||
"M:C:D:m:c:l:e:",
|
||||
["make=", "gcj=", "dbtool=",
|
||||
"makeflags=" "gcjflags=", "ldflags=",
|
||||
"makeflags=", "gcjflags=", "ldflags=",
|
||||
"exclude="])
|
||||
srcdir, dstdir = args
|
||||
except:
|
||||
|
|
Loading…
Add table
Reference in a new issue