All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marko Lindqvist <cazfi74@gmail.com>
To: yocto@yoctoproject.org, mark.hatle@windriver.com
Cc: Marko Lindqvist <cazfi74@gmail.com>
Subject: [PATCH] fix build with automake-1.13.
Date: Thu,  3 Jan 2013 09:52:12 +0200	[thread overview]
Message-ID: <1357199532-22977-2-git-send-email-cazfi74@gmail.com> (raw)
In-Reply-To: <1357199532-22977-1-git-send-email-cazfi74@gmail.com>

Rename autoconf input file from deprecated name configure.in to
configure.ac
Replace AM_CONFIG_HEADER obsoleted in automake-1.13 with
AC_CONFIG_HEADERS.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 trunk/{configure.in => configure.ac} |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename trunk/{configure.in => configure.ac} (98%)

diff --git a/trunk/configure.in b/trunk/configure.ac
similarity index 98%
rename from trunk/configure.in
rename to trunk/configure.ac
index 396f3ac..a90cfb2 100644
--- a/trunk/configure.in
+++ b/trunk/configure.ac
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script. -*-m4-*-
 AC_INIT(src/prelink.c)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 AC_PREREQ(2.13)			dnl Minimum Autoconf version required.
 AC_CANONICAL_HOST
 
-- 
1.7.10.4



  reply	other threads:[~2013-01-03  7:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-03  7:52 Fix prelink build with automake-1.13 Marko Lindqvist
2013-01-03  7:52 ` Marko Lindqvist [this message]
2013-01-03 16:00 ` Mark Hatle
2013-01-03 16:09   ` Mark Hatle
  -- strict thread matches above, loose matches on Subject: below --
2013-01-12  9:22 [PATCH] Fix " Marko Lindqvist
2013-01-17  7:18 ` Andrea Galbusera

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1357199532-22977-2-git-send-email-cazfi74@gmail.com \
    --to=cazfi74@gmail.com \
    --cc=mark.hatle@windriver.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.