ubuntu的停止支持是什么意思
时间:2011-09-27
来源:互联网
8.04下编译sane-backends.
执行./autoconf。显示如下:
lifeng@lif:~/codes/sane-backends/sane-backends-1.0.22$ autoreconf
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
一些宏找不到,参照网上解决方法
cat /usr/share/aclocal/ltoptions.m4 /usr/share/aclocal/ltversion.m4 /usr/share/aclocal/ltsugar.m4 /usr/share/aclocal/lt~obsolete.m4 >>aclocal.m4
但是我的系统里/usr/share/aclocal下没有上面的4个文件。
郁闷中,希望有类似情况或者明白真相的人们能给予帮助
执行./autoconf。显示如下:
lifeng@lif:~/codes/sane-backends/sane-backends-1.0.22$ autoreconf
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
一些宏找不到,参照网上解决方法
cat /usr/share/aclocal/ltoptions.m4 /usr/share/aclocal/ltversion.m4 /usr/share/aclocal/ltsugar.m4 /usr/share/aclocal/lt~obsolete.m4 >>aclocal.m4
但是我的系统里/usr/share/aclocal下没有上面的4个文件。
郁闷中,希望有类似情况或者明白真相的人们能给予帮助
作者: shiyigudong 发布时间: 2011-09-27
8.04下编译sane-backends.
执行./autoconf。显示如下:
lifeng@lif:~/codes/sane-backends/sane-backends-1.0.22$ autoreconf
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
一些宏找不到,参照网上解决方法
cat /usr/share/aclocal/ltoptions.m4 /usr/share/aclocal/ltversion.m4 /usr/share/aclocal/ltsugar.m4 /usr/share/aclocal/lt~obsolete.m4 >>aclocal.m4
但是我的系统里/usr/share/aclocal下没有上面的4个文件。
郁闷中,希望有类似情况或者明白真相的人们能给予帮助
执行./autoconf。显示如下:
lifeng@lif:~/codes/sane-backends/sane-backends-1.0.22$ autoreconf
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOPTIONS_VERSION is m4_require'd but not m4_defun'd
m4/libtool.m4:69: LT_INIT is expanded from...
m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
configure.in:511: the top level
configure.in:511: warning: LTSUGAR_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
configure.in:511: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
一些宏找不到,参照网上解决方法
cat /usr/share/aclocal/ltoptions.m4 /usr/share/aclocal/ltversion.m4 /usr/share/aclocal/ltsugar.m4 /usr/share/aclocal/lt~obsolete.m4 >>aclocal.m4
但是我的系统里/usr/share/aclocal下没有上面的4个文件。
郁闷中,希望有类似情况或者明白真相的人们能给予帮助
作者: shiyigudong 发布时间: 2011-09-27
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28