All of lore.kernel.org
 help / color / mirror / Atom feed
From: elfring@users.sourceforge.net (SF Markus Elfring)
To: cocci@systeme.lip6.fr
Subject: [Cocci] [PATCH v3 1/2] autotools: simplify the way to determine version information
Date: Fri, 31 Jul 2015 08:44:24 +0200	[thread overview]
Message-ID: <55BB1948.50804@users.sourceforge.net> (raw)
In-Reply-To: <1438034612-10595-2-git-send-email-mcgrof@do-not-panic.com>

> -AC_INIT([coccinelle], m4_esyscmd([cat ./version | tr -d '\n']), [cocci at systeme.lip6.fr], [], [http://coccinelle.lip6.fr/])
> +AC_INIT([coccinelle], m4_esyscmd([./version.sh]), [cocci at systeme.lip6.fr], [], [http://coccinelle.lip6.fr/])

I find such a fine-tuning of a build script interesting.

Can it be that this update will only get active if the script "configure"
can be regenerated by a command like "autoreconf --install"?
http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/autoreconf-Invocation.html

Regards,
Markus

  reply	other threads:[~2015-07-31  6:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-27 22:03 [Cocci] [PATCH v3 0/2] coccinelle: add localversion information Luis R. Rodriguez
2015-07-27 22:03 ` [Cocci] [PATCH v3 1/2] autotools: simplify the way to determine version information Luis R. Rodriguez
2015-07-31  6:44   ` SF Markus Elfring [this message]
2015-08-05 21:08     ` Luis R. Rodriguez
2015-07-27 22:03 ` [Cocci] [PATCH v3 2/2] autotools: add localversion information Luis R. Rodriguez
2015-07-30 13:50   ` Julia Lawall
2015-07-30 15:02     ` Luis R. Rodriguez
2015-07-31  7:03   ` [Cocci] " SF Markus Elfring
2015-08-05 21:10     ` Luis R. Rodriguez
2015-08-05 21:15 ` [Cocci] [PATCH v3 0/2] coccinelle: " Luis R. Rodriguez

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=55BB1948.50804@users.sourceforge.net \
    --to=elfring@users.sourceforge.net \
    --cc=cocci@systeme.lip6.fr \
    /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.