QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1205|回复: 0

autoheader,在使用AC_DEFINE出现的问题。

[复制链接]
发表于 2006-2-7 00:08:06 | 显示全部楼层 |阅读模式
我的系统是fc4
在写程序时有如下的configure.ac文件内容:

dnl Process this file with autoconf to produce a configure script.
AC_INIT(Changelog)
AM_INIT_AUTOMAKE("xxxxxxx", "0.01")
AM_CONFIG_HEADER(config.h)

AC_DEFINE(SOMEDEFINE, 1)

AC_PROG_CC

AM_PROG_LEX
AC_PROG_YACC
AC_PROG_INSTALL

AC_C_CONST
AC_CHECK_HEADERS([locale.h stddef.h stdlib.h string.h unistd.h])
AC_TYPE_SIZE_T
AC_CHECK_TYPE(ptrdiff_t, size_t)

AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_CHECK_FUNCS([memset setlocale strcasecmp strdup])
AC_CHECK_LIB(termcap, tgetent, [], [AC_MSG_ERROR([library 'termcap' is required for xxxxx])])
AC_CHECK_LIB(readline, readline, [], [AC_MSG_ERROR([library 'readline' is required for xxxx])])

AC_CHECK_LIB(ldap, ldap_init, [], [AC_MSG_ERROR([ldap c api library is required for xxxx])])

AC_OUTPUT(Makefile src/Makefile)

在aclocal后,使用autoheader时:

[gnap@osiris xxxxx]$ autoheader
autoheader: warning: missing template: SOMEDEFINE
autoheader: Use AC_DEFINE([SOMEDEFINE], [], [Description])
[gnap@osiris xxxxx]$

我自己没有头绪不知道该如何解决,请大家帮忙指点!~
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 22:42 , Processed in 0.038375 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表