All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@domain.hid>
To: xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] [PATCH] run aclocal first
Date: Tue, 26 Jun 2007 21:51:54 +0200	[thread overview]
Message-ID: <46816E5A.6030101@domain.hid> (raw)

[-- Attachment #1: Type: text/plain, Size: 1323 bytes --]

autoheader depends on aclocal output, so make the latter run first.
(I was facing bootstrap failures due to different aclocal versions.)

---
 scripts/bootstrap |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Index: xenomai/scripts/bootstrap
===================================================================
--- xenomai.orig/scripts/bootstrap
+++ xenomai/scripts/bootstrap
@@ -14,16 +14,6 @@ rm -Rf autom4te.cache
 if [ "$?" != "0" ]; then die "removing autom4te.cache"; fi
 echo "done"

-echo -n "running autoheader..."
-autoheader
-if [ "$?" != "0" ]; then die "running autoheader"; fi
-echo "done"
-
-echo -n "running libtoolize..."
-libtoolize -c --automake
-if [ "$?" != "0" ]; then die "running libtoolize"; fi
-echo "done"
-
 echo -n "running aclocal..."
 if test -r acinclude.m4; then
    touch acinclude.m4
@@ -34,6 +24,16 @@ fi
 if [ "$?" != "0" ]; then die "running aclocal"; fi
 echo "done"

+echo -n "running autoheader..."
+autoheader
+if [ "$?" != "0" ]; then die "running autoheader"; fi
+echo "done"
+
+echo -n "running libtoolize..."
+libtoolize -c --automake
+if [ "$?" != "0" ]; then die "running libtoolize"; fi
+echo "done"
+
 echo -n "running autoconf..."
 autoconf
 if [ "$?" != "0" ]; then die "running autoconf"; fi


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

                 reply	other threads:[~2007-06-26 19:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=46816E5A.6030101@domain.hid \
    --to=jan.kiszka@domain.hid \
    --cc=xenomai@xenomai.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.