Advertisement
jar3817

ObjectivelyMVC building

Aug 18th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. [root@qt ObjectivelyMVC]# autoconf
  2. configure.ac:13: error: possibly undefined macro: AC_PROG_LIBTOOL
  3. If this token and others are legitimate, please use m4_pattern_allow.
  4. See the Autoconf documentation.
  5. configure.ac:15: error: possibly undefined macro: AM_INIT_AUTOMAKE
  6. configure.ac:16: error: possibly undefined macro: AM_SILENT_RULES
  7. configure.ac:47: error: possibly undefined macro: AM_CONDITIONAL
  8.  
  9.  
  10.  
  11.  
  12. [root@qt ObjectivelyMVC]# libtoolize --force
  13. libtoolize: putting auxiliary files in `.'.
  14. libtoolize: linking file `./ltmain.sh'
  15. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  16. libtoolize: linking file `m4/libtool.m4'
  17. libtoolize: linking file `m4/ltoptions.m4'
  18. libtoolize: linking file `m4/ltsugar.m4'
  19. libtoolize: linking file `m4/ltversion.m4'
  20. libtoolize: linking file `m4/lt~obsolete.m4'
  21.  
  22. [root@qt ObjectivelyMVC]# aclocal
  23.  
  24. [root@qt ObjectivelyMVC]# autoheader
  25.  
  26. [root@qt ObjectivelyMVC]# automake --force-missing --add-missing
  27. configure.ac:11: installing './compile'
  28. configure.ac:9: installing './config.guess'
  29. configure.ac:9: installing './config.sub'
  30. configure.ac:15: installing './install-sh'
  31. configure.ac:15: installing './missing'
  32. Examples/Makefile.am: installing './depcomp'
  33.  
  34. [root@qt ObjectivelyMVC]# autoconf
  35. [root@qt ObjectivelyMVC]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement