Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typos in configure.ac #43

Open
GoogleCodeExporter opened this issue Nov 2, 2015 · 4 comments
Open

typos in configure.ac #43

GoogleCodeExporter opened this issue Nov 2, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

AC_ARG_ENABLE(gpm, 
              AC_HELP_STRING([--disable-gpm], [disable gpm mouse support [[default=auto]]]), 
              [GPM="$enalbeval"],
              [GPM=auto])

AC_ARG_ENABLE(vesa, 
              AC_HELP_STRING([--disable-vesa], [disable VESA video card support [[default=auto]]]), 
              [VESA="$enalbeval"],
              [VESA=auto])

AC_ARG_ENABLE(epoll, 
              AC_HELP_STRING([--disable-epoll], [do not use epoll system call [[default=auto]]]), 
              [EPOLL="$enalbeval"],
              [EPOLL=auto])

AC_ARG_ENABLE(signalfd,
              AC_HELP_STRING([--disable-signalfd], [do not use signalfd system call [[default=auto]]]),
              [SIGNALFD="$enalbeval"],
              [SIGNALFD=auto])

Hi,我在打包 fbterm 的时候发现无法禁用 vesa 或者 gpm 支持,
以上代码是从 fbterm 1.7 的 configure.ac 中截取的, enalbeval 
应该是enableval 的笔误吧?

Original issue reported on code.google.com by oahong@gmail.com on 23 Oct 2010 at 3:08

@GoogleCodeExporter
Copy link
Author

呃,看起来 issue 26 已经有人提过了。

Original comment by oahong@gmail.com on 23 Oct 2010 at 3:11

@GoogleCodeExporter
Copy link
Author

please download fbterm-1.7.0.tar.gz, not fbterm-1.7.tar.gz!

Original comment by zgchan...@gmail.com on 24 Oct 2010 at 9:23

@GoogleCodeExporter
Copy link
Author

啊,我的错,抱歉。

Original comment by oahong@gmail.com on 25 Oct 2010 at 7:08

@GoogleCodeExporter
Copy link
Author

1.7.0 doesn't check for gpm and does not link against it -- have you removed 
support for it? then please remove the AC_ARG_ENABLE!

1.7 fails to build with an installed gpm and --disable-gpm! that's because you 
handle the GPM var wrong -- I guess AC_SUBST is the way

Original comment by kizkizzb...@googlemail.com on 8 Feb 2011 at 7:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant