Don't use ENV variable in Makefile (NetBSD problem)
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Sat, 12 Jan 2013 16:33:22 +0000 (01:33 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Sat, 12 Jan 2013 16:33:22 +0000 (01:33 +0900)
commitcc82ea1221847499e62b4b6b7a0bffc30b2e9ecb
tree72a3d1f2bfdb2f5ea4b90216a95257e3b43ba7c7
parentafa0ce2953e8d64ae88f956f3657e6faf1e3c44d
Don't use ENV variable in Makefile (NetBSD problem)

NetBSD uses ENV variable for shell option.
So our makefile should not override ENV variable.
We use ENV_PROG instead

Issue: http://code.google.com/p/ibus/issues/detail?id=1029
configure.ac
setup/Makefile.am