sox-devel@lists.sourceforge.net unofficial mirror
 help / color / mirror / code / Atom feed
From: Eric Wong <normalperson@yhbt.net>
To: sox-devel@lists.sourceforge.net
Subject: Re: Outdated config.guess and config.sub
Date: Fri, 1 Mar 2013 08:46:47 +0000	[thread overview]
Message-ID: <20130301084647.GA3622@dcvr.yhbt.net> (raw)
In-Reply-To: <20130228121447.Horde.-eWZd8L8999RLzwnt77URQA@webmail.df.eu>

Ulrich Klauer <ulrich@chirlu.de> wrote:
> > > This can be done by e.g. calling "autoreconf --force".
> > Perhaps we should make this run unconditionally in release.sh. Running
> > the script will take a few seconds more, but we'd be sure to have the
> > most recent versions in each release.
> 
> As it turns out, "autoreconf --force" doesn't update the auxiliary  
> files. "autoreconf --install --force" *does* do it, but also  
> overwrites INSTALL. :-(  So the right way seems to be to delete the  
> relevant files (config.guess, config.sub; depcomp, install-sh, missing  
> as well? more?) and then run "autoreconf -i" without --force.

AM_INIT_AUTOMAKE([foreign]) seems to avoid clobbering INSTALL.
I'm no autotools expert, but I remember reading somewhere foreign
was recommended for nearly all non-GNU projects...

--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ m4_ifdef([AC_CONFIG_MACRO_DIR], [AC_CONFIG_MACRO_DIR([m4])])
 dnl Find target architecture
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
 
 dnl create a config.h file (Automake will add -DHAVE_CONFIG_H)
 AM_CONFIG_HEADER(src/soxconfig.h)

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb

      reply	other threads:[~2013-03-01 11:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-23  4:41 Outdated config.guess and config.sub Pascal Giard
2013-02-27  2:33 ` Ulrich Klauer
2013-02-28 11:14   ` Ulrich Klauer
2013-03-01  8:46     ` Eric Wong [this message]

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-list from there: mbox

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

  List information: https://lists.sourceforge.net/lists/listinfo/sox-devel

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

  git send-email \
    --in-reply-to=20130301084647.GA3622@dcvr.yhbt.net \
    --to=sox-devel@lists.sourceforge.net \
    /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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/sox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).