Menu

#368 Fails to autoreconf

1.3.0
closed-fixed
Erik
5
2014-03-24
2010-07-09
No

Hi,

flac currently fails during autoreconf with the following error messages:

configure.in:229: warning: macro `AM_PATH_XMMS' not found in library
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.in:229: warning: macro `AM_PATH_XMMS' not found in library
configure.in:229: error: possibly undefined macro: AM_PATH_XMMS
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
dh_autoreconf: autoreconf -f -i returned exit code 1

Doing as suggested and adding the two macros into configure.in and Makefile.am immediately fixes this issue. Please find a patch attached.

- Fabian

Discussion

  • Fabian Greffrath

    Fix autoreconf

     
  • Erik

    Erik - 2014-03-24
    • status: open --> closed-fixed
    • assigned_to: Erik
    • Group: --> 1.3.0
     
  • Erik

    Erik - 2014-03-24

    If I generate a tarball from current git HEAD, I can then autoreconf it,

     

Log in to post a comment.