Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2013
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. ==> Starting make...
  2. 7) Removing autom4te.cache directory...
  3. 6) Running aclocal...
  4. configure.ac:38: error: 'AM_CONFIG_HEADER': this macro is obsolete.
  5. You should use the 'AC_CONFIG_HEADERS' macro instead.
  6. /usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
  7. configure.ac:38: the top level
  8. autom4te: /usr/bin/m4 failed with exit status: 1
  9. aclocal: error: echo failed with exit status: 1
  10. 5) Running autoheader...
  11. autoheader: error: AC_CONFIG_HEADERS not found in configure.ac
  12. 4) Running autoconf...
  13. configure.ac:31: error: possibly undefined macro: AM_INIT_AUTOMAKE
  14. If this token and others are legitimate, please use m4_pattern_allow.
  15. See the Autoconf documentation.
  16. configure.ac:38: error: possibly undefined macro: AM_CONFIG_HEADER
  17. configure.ac:323: error: possibly undefined macro: AC_CHECK_GMTOFF
  18. configure.ac:579: error: possibly undefined macro: AM_CONDITIONAL
  19. 3) Running automake...
  20. configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
  21. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
  22. configure.ac: that aclocal.m4 is present in the top-level directory,
  23. configure.ac: and that aclocal.m4 was recently regenerated (using aclocal)
  24. configure.ac:48: installing './config.guess'
  25. configure.ac:48: installing './config.sub'
  26. configure.ac:57: installing './install-sh'
  27. callpass/Makefile.am: installing './depcomp'
  28. /usr/share/automake-1.13/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL
  29. /usr/share/automake-1.13/am/depend2.am: The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC'
  30. /usr/share/automake-1.13/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
  31. /usr/share/automake-1.13/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL
  32. /usr/share/automake-1.13/am/depend2.am: The usual way to define 'AMDEP' is to add one of the compiler tests
  33. /usr/share/automake-1.13/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX,
  34. /usr/share/automake-1.13/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
  35. /usr/share/automake-1.13/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
  36. 2) Checking for 'mkinstalldirs'... Not Found
  37. Attempting to copy it from system directories'
  38. Checking for 'mkinstalldirs'... Found!
  39. 1) Generating derived language files.....
  40. Bootstrap complete.
  41. ./configure: line 2350: AM_INIT_AUTOMAKE: command not found
  42. ./configure: line 2357: syntax error near unexpected token `config.h'
  43. ./configure: line 2357: `AM_CONFIG_HEADER(config.h)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement