Comment #1 on issue 471 by dim...@gmail.com: automake-1.12 warning "archiver requires 'AM_PROG_AR' in 'configure.ac'"
http://code.google.com/p/protobuf/issues/detail?id=471

$ svn diff
Index: configure.ac
===================================================================
--- configure.ac        (revision 489)
+++ configure.ac        (working copy)
@@ -46,6 +46,7 @@
 AC_PROG_CXX
 AC_LANG([C++])
 ACX_USE_SYSTEM_EXTENSIONS
+AM_PROG_AR
AM_CONDITIONAL(GCC, test "$GCC" = yes) # let the Makefile know if we're gcc

# test_util.cc takes forever to compile with GCC and optimization turned on.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to