Differences between version 3 and previous revision of AutoTools.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Tuesday, May 16, 2006 11:25:34 am | by IanMcDonald | Revert |
Older page: | version 2 | Last edited on Thursday, September 8, 2005 6:16:05 am | by AristotlePagaltzis | Revert |
@@ -6,7 +6,19 @@
----
Notes:
* [a site full of useful autoconf macros|http://autoconf-archive.cryp.to/]
+
+If you get weird errors like:
+<verbatim>
+configure.in:13: error: possibly undefined macro: AM_INIT_AUTOMAKE
+ If this token and others are legitimate, please use m4_pattern_allow.
+ See the Autoconf documentation.
+configure.in:28: error: possibly undefined macro: AM_CONFIG_HEADER
+configure.in:35: error: possibly undefined macro: AC_PROG_LIBTOOL
+configure.in:395: error: possibly undefined macro: AM_CONDITIONAL
+</verbatim>
+
+then this means you probably need to upgrade automake(1).
----
CategoryProgramming