raywill/automake

may I know how to use this on my macbook

Opened this issue · 1 comments

may I know how to use this on my macbook. My mac is just updated 10.9.
What should I do before use this.

When I clone this project on my mac. just run ./build.sh init. One problem comes out, that shows

  • aclocal
    aclocal: /usr/local/share/aclocal/lt~obsolete.m4: 38: duplicated macro AC_LIBTOOL_LINKER_OPTION' aclocal: /usr/local/share/aclocal/lt~obsolete.m4: 67: duplicated macroLT_AC_PROG_SED'
    aclocal: couldn't open `configure.in': No such file or directory
  • libtoolize --force --copy --automake
  • autoconf --force
    configure.ac:2: error: possibly undefined macro: AM_INIT_AUTOMAKE
    If this token and others are legitimate, please use m4_pattern_allow.
    See the Autoconf documentation.
    configure.ac:3: error: possibly undefined macro: AC_PROG_LIBTOOL
  • automake --foreign --copy --add-missing -Woverride
    automake: unrecognized option -- --copy' Tryautomake --help' for more information.

How can I solve this problem. I just installed the automake autoconf and some other needed programs.