Advertisement
parkerlreed

Untitled

Aug 2nd, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. parker@debian:~/hexchat$ ls
  2. acinclude.m4 ChangeLog config.rpath COPYING faq.html hexchat-b.svg hexchat.ico hexchat.spec Makefile.am po src win32
  3. autogen.sh config.h configure.in COPYING.rtf HACKING hexchat.desktop hexchat.png hexchat.svg plugins README version.txt
  4. parker@debian:~/hexchat$ ./autogen.sh
  5. searching for GNU gettext intl directory...
  6. -> /usr/share/gettext/intl... found it
  7. copying gettext intl files...
  8. running aclocal...
  9. configure.in:181: warning: macro `AM_PATH_GLIB_2_0' not found in library
  10. configure.in:193: warning: macro `AM_PATH_GTK_2_0' not found in library
  11. running libtoolize...
  12. libtoolize: putting auxiliary files in `.'.
  13. libtoolize: linking file `./ltmain.sh'
  14. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  15. libtoolize: linking file `m4/libtool.m4'
  16. libtoolize: linking file `m4/ltoptions.m4'
  17. libtoolize: linking file `m4/ltsugar.m4'
  18. libtoolize: linking file `m4/ltversion.m4'
  19. libtoolize: linking file `m4/lt~obsolete.m4'
  20. running autoheader...
  21. running automake...
  22. configure.in:17: installing `./compile'
  23. configure.in:21: installing `./config.guess'
  24. configure.in:21: installing `./config.sub'
  25. configure.in:12: installing `./install-sh'
  26. configure.in:12: installing `./missing'
  27. plugins/checksum/Makefile.am: installing `./depcomp'
  28. running autoconf...
  29. configure.in:59: error: possibly undefined macro: AC_DEFINE
  30. If this token and others are legitimate, please use m4_pattern_allow.
  31. See the Autoconf documentation.
  32. configure.in:63: error: possibly undefined macro: AC_MSG_ERROR
  33. configure.in:72: error: possibly undefined macro: AC_MSG_RESULT
  34. configure.in:181: error: possibly undefined macro: AM_PATH_GLIB_2_0
  35. configure.in:193: error: possibly undefined macro: AM_PATH_GTK_2_0
  36. autoconf failed, stopping.
  37. parker@debian:~/hexchat$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement