On Sat, 2013 Oct 12 20:29-0700, Paul Eggert wrote:
> 
> How did you create the configure script?  It's not making sense
> to me.  The code that modules/realloc-gnu uses to decide about libobj.o:
> 
> if test $REPLACE_REALLOC = 1; then
>   AC_LIBOBJ([realloc])
> fi
> 
> is the same as modules/realloc-posix.

The configure script is created in the course of running

    ./gnulib-tool \
        --create-testdir \
        --dir=/tmp/testdir \
        --with-tests \
        --single-configure \
        `./posix-modules`

These lines in the resulting configure.ac seem suspect:

    m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))

    m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))


--Daniel


-- 
Daniel Richard G. || sk...@iskunk.org
My ASCII-art .sig got a bad case of Times New Roman.

Reply via email to