autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Autoconf, config.in and configure in fileutils 4.1


From: f l
Subject: Autoconf, config.in and configure in fileutils 4.1
Date: Fri, 06 Sep 2002 19:35:04 -0400

> Post relevant information. You didn't say which files you
modified,
> and how you modified them. This looks like a coding error
on your part,
> and you might save us some time by finding it yourself.
>

I just try to execute aclocal and autoconf with a proper
tarball without modification of me.

Here the output:

address@hidden fileutils-4.1-Xenyz]$ aclocal -I m4
aclocal: configure.in: 18: macro `AM_FUNC_OBSTACK' not found
in library
aclocal: configure.in: 18: macro `AM_FUNC_STRTOD' not found
in library
aclocal: macro `AM_FUNC_ERROR_AT_LINE' required but not defined
address@hidden fileutils-4.1-Xenyz]$ autoconf
emacs configureconfigure.in:53: error: do not use LIBOBJS
directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs.
LIBOBJS'
address@hidden fileutils-4.1-Xenyz]$ ./configure
./configure: line 10: syntax error near unexpected token `;'
./configure: line 10: `' ECHO_T=' ' ;;'



And Here my configure script:

#! /bin/sh
# Guess values for system-dependent variables and create
Makefiles.
# Generated by GNU Autoconf 2.53.
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
2001, 2002
# Free Software Foundation, Inc.
# This configure script is free software; the Free Software
Foundation
# gives unlimited permission to copy, distribute and modify it.
 ECHO_N= ECHO_C='
' ECHO_T='      ' ;;
 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
esac
[...]

What is the problem ????

Anyone can try to do the same thing to see the result ?

Thanks.
______________________________________________________
BoƮte aux lettres - Lycos - http://www.lycos.fr


reply via email to

[Prev in Thread] Current Thread [Next in Thread]