Commit d0c8b5fc by Roland Lutz Committed by Andrew Haley

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
parent 79ee9826
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> 2013-06-20 Matthias Klose <doko@ubuntu.com>
* pkg.m4 (PKG_CHECK_MODULES): Use AC_PATH_TOOL to check for pkg-config. * pkg.m4 (PKG_CHECK_MODULES): Use AC_PATH_TOOL to check for pkg-config.
......
...@@ -52,7 +52,7 @@ try: ...@@ -52,7 +52,7 @@ try:
sys.argv[1:], sys.argv[1:],
"M:C:D:m:c:l:e:", "M:C:D:m:c:l:e:",
["make=", "gcj=", "dbtool=", ["make=", "gcj=", "dbtool=",
"makeflags=" "gcjflags=", "ldflags=", "makeflags=", "gcjflags=", "ldflags=",
"exclude="]) "exclude="])
srcdir, dstdir = args srcdir, dstdir = args
except: except:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment