root:~/xc/libxcb-1.9.1# patch -Np1 -i ../libxcb-1.9.1-automake_bug-1.patch
   patching file configure.ac
root:~/xc/libxcb-1.9.1# sed -e "s/pthread-stubs//" -i configure.ac
root:~/xc/libxcb-1.9.1# automake --version
   automake (GNU automake) 1.13.1
   Copyright (C) 2012 Free Software Foundation, Inc.
   License GPLv2+: GNU GPL version 2 or later <
http://gnu.org/licenses/gpl-2.0.html>

   This is free software: you are free to change and redistribute it.
   There is NO WARRANTY, to the extent permitted by law.

   Written by Tom Tromey <tro...@redhat.com>
          and Alexandre Duret-Lutz <a...@gnu.org>.

root:~/xc/libxcb-1.9.1# autoreconf -fi
    configure.ac:27: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
        If this token and others are legitimate, please use
m4_pattern_allow.
        See the Autoconf documentation.
    configure.ac:28: error: possibly undefined macro: AC_PROG_LIBTOOL
        autoreconf: /usr/bin/autoconf failed with exit status: 1


The problem appears after the autoreconf -fi



On Sun, Jul 28, 2013 at 1:09 PM, Bruce Dubbs <bruce.du...@gmail.com> wrote:

> Daniela Socas wrote:
> > I did installed libtool, i just did it again but im still getting the
> same
> > error. What should i do now?
>
> Take it one step at a time.
>
> tar -xf libxcb-1.9.1.tar.bz2
> cd libxcb-1.9.1
> patch -Np1 -i ../libxcb-1.9.1-automake_bug-1.patch
>
> Does this work without complaint?
>
> sed -e "s/pthread-stubs//" -i configure.ac
>
> automake --version
>
> What does that give?
>
> autoreconf -fi
>
> What's the output?
>
>    -- Bruce
> --
> http://linuxfromscratch.org/mailman/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to