Advertisement
Guest User

AM_PROG_AR not found in library

a guest
Jan 5th, 2015
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.51 KB | None | 0 0
  1. ./autogen.sh
  2. + sed -i -e 's/RuntimeLibrary="5"/RuntimeLibrary="3"/g;
  3.           s/RuntimeLibrary="4"/RuntimeLibrary="2"/g;' gtest/msvc/gtest_main-md.vcproj gtest/msvc/gtest_main.vcproj gtest/msvc/gtest-md.vcproj gtest/msvc/gtest_prod_test-md.vcproj gtest/msvc/gtest_prod_test.vcproj gtest/msvc/gtest_unittest-md.vcproj gtest/msvc/gtest_unittest.vcproj gtest/msvc/gtest.vcproj
  4. + autoreconf -f -i -Wall,no-obsolete
  5. configure.ac:55: warning: macro `AM_PROG_AR' not found in library
  6. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
  7. libtoolize: copying file `build-aux/ltmain.sh'
  8. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  9. libtoolize: copying file `m4/libtool.m4'
  10. libtoolize: copying file `m4/ltoptions.m4'
  11. libtoolize: copying file `m4/ltsugar.m4'
  12. libtoolize: copying file `m4/ltversion.m4'
  13. libtoolize: copying file `m4/lt~obsolete.m4'
  14. libtoolize: putting auxiliary files in `.'.
  15. libtoolize: copying file `./ltmain.sh'
  16. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  17. libtoolize: copying file `m4/libtool.m4'
  18. libtoolize: copying file `m4/ltoptions.m4'
  19. libtoolize: copying file `m4/ltsugar.m4'
  20. libtoolize: copying file `m4/ltversion.m4'
  21. libtoolize: copying file `m4/lt~obsolete.m4'
  22. configure.ac:55: warning: macro `AM_PROG_AR' not found in library
  23. configure.ac:57: error: possibly undefined macro: AM_PROG_AR
  24.       If this token and others are legitimate, please use m4_pattern_allow.
  25.       See the Autoconf documentation.
  26. autoreconf: /usr/bin/autoconf failed with exit status: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement