All of lore.kernel.org
 help / color / mirror / Atom feed
* AC_CONFIG_MACRO_DIR([m4])
@ 2010-12-05 21:56 Pete Zaitcev
  2010-12-06 11:12 ` AC_CONFIG_MACRO_DIR([m4]) Jim Meyering
  2010-12-06 17:32 ` AC_CONFIG_MACRO_DIR([m4]) Jeff Garzik
  0 siblings, 2 replies; 6+ messages in thread
From: Pete Zaitcev @ 2010-12-05 21:56 UTC (permalink / raw)
  To: Jim Meyering; +Cc: hail-devel

Hi, Jim:

Autoconf printed a warning when reconfiguting Hail, so I gave up and
added this:

diff --git a/configure.ac b/configure.ac
index 9cfad23..d378854 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,6 +62,8 @@ AC_PROG_GCC_TRADITIONAL
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
+AC_CONFIG_MACRO_DIR([m4])
+
 dnl Checks for header files.
 AC_HEADER_STDC
 dnl AC_CHECK_HEADERS(sys/ioctl.h unistd.h)

Now I have a directory m4/ with symlinks... This does not seem to be
helping any portability, unless I miss where the promised macro are
being saved locally. What was this about, do you happen to know?

-- Pete

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-12-06 19:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-05 21:56 AC_CONFIG_MACRO_DIR([m4]) Pete Zaitcev
2010-12-06 11:12 ` AC_CONFIG_MACRO_DIR([m4]) Jim Meyering
2010-12-06 17:32 ` AC_CONFIG_MACRO_DIR([m4]) Jeff Garzik
2010-12-06 17:44   ` AC_CONFIG_MACRO_DIR([m4]) Pete Zaitcev
2010-12-06 18:56     ` AC_CONFIG_MACRO_DIR([m4]) Jeff Garzik
2010-12-06 19:26       ` AC_CONFIG_MACRO_DIR([m4]) Jim Meyering

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.