autoconf
[Top][All Lists]
Advanced

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

Report of a problem with autoconf-2.52 about divert


From: Rémi Cohen-Scali
Subject: Report of a problem with autoconf-2.52 about divert
Date: Thu, 09 Aug 2001 03:20:20 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010803

Hye

Sorry if this report hasalready been done (it might as I'am not subscribed to the autoconf lists). I had the following problem with autoconf 2.52 on linux & solaris platforms. Both were used with gnu M4 1.4 and bash. I don't know if it is really a bug or if I misuse autoconf in any way. Any help will be welcome and thanks for replying (if any) by using my email (as I said I'am not subscribed to any list).

Thanks

The log of the problem:

cd . && autoconf
./aclocal.m4:127: error: m4_defn: undefined macro: _m4_divert_diversion
acfunctions.m4:330: AM_FUNC_ERROR_AT_LINE is expanded from...
./aclocal.m4:127: the top level
make: *** [configure] Erreur 1

aclocal.m4 contains, around line 127:


124> dnl From Jim Meyering.  Use this if you use the GNU error.[ch].
125> dnl FIXME: Migrate into libit
126>
127> AC_DEFUN(AM_FUNC_ERROR_AT_LINE,
128>  [AC_CACHE_CHECK([for error_at_line], am_cv_lib_error_at_line,
129>   [AC_TRY_LINK([],[error_at_line(0, 0, "", 0, "");],
130>               am_cv_lib_error_at_line=yes,
131>               am_cv_lib_error_at_line=no)])
132>  if test $am_cv_lib_error_at_line = no; then
133>    LIBOBJS="$LIBOBJS error.o"
134>  fi
135>  AC_SUBST(LIBOBJS)dnl
136> ])
137>


acfunctions.m4 contains around line 330:

327>
328> # AU::AM_FUNC_ERROR_AT_LINE
329> # -------------------------
330> AU_ALIAS([AM_FUNC_ERROR_AT_LINE], [AC_FUNC_ERROR_AT_LINE])
331>

Regards

--
                   Remi Cohen-Scali
<address@hidden>          <address@hidden>




reply via email to

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