From: Lars Magne Ingebrigtsen <larsi@gnus.org>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: 9459@debbugs.gnu.org
Subject: bug#9459: 24.0.50; Condigure aborts, complains about missing install.sh in build-aux.
Date: Thu, 08 Sep 2011 18:30:23 +0200 [thread overview]
Message-ID: <m3hb4ngfog.fsf@stories.gnus.org> (raw)
In-Reply-To: <4E68EC81.5010603@cs.ucla.edu> (Paul Eggert's message of "Thu, 08 Sep 2011 09:25:37 -0700")
Paul Eggert <eggert@cs.ucla.edu> writes:
> I tried that approach, but abandoned it because it didn't work well.
> If we do something like this:
>
> $(srcdir)/configure: $(AUTOCONF_INPUTS)
> - cd ${srcdir} && autoconf
> + cd ${srcdir} && autoconf || { \
> + echo 'Please run ./autogen.sh before reporting a bug.'; \
> + exit 1; \
> + }
Can't you put the message in a variable (or something)? Either that, or
suppress printing this particular line...
> Yes, of course. But if the failure is something that autogen.sh can
> repair (which was the case with Jan's problem), then invoking
> autogen.sh is a win. And if it's something that autogen.sh can't
> repair, then we're no worse off than before. So falling back on
> autogen.sh seems to be a win overall.
If the build failure is something completely irrelevant to autogen.sh
(if, for instance, we're hacking the sources), then having autogen.sh
run unexpectedly would be annoying.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
next prev parent reply other threads:[~2011-09-08 16:30 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-07 16:18 bug#9459: 24.0.50; Condigure aborts, complains about missing install.sh in build-aux Jan Djärv
2011-09-07 16:26 ` Glenn Morris
2011-09-07 16:38 ` bug#9459: 24.0.50; Configure " Jan Djärv
2011-09-07 16:44 ` bug#9459: 24.0.50; Condigure " Eli Zaretskii
2011-09-07 18:00 ` Paul Eggert
2011-09-07 18:15 ` Paul Eggert
2011-09-07 18:22 ` Eli Zaretskii
2011-09-07 18:24 ` Lars Magne Ingebrigtsen
2011-09-07 18:39 ` Paul Eggert
2011-09-08 1:46 ` Stefan Monnier
2011-09-08 16:25 ` Paul Eggert
2011-09-08 16:30 ` Lars Magne Ingebrigtsen [this message]
2011-09-08 17:04 ` Paul Eggert
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=m3hb4ngfog.fsf@stories.gnus.org \
--to=larsi@gnus.org \
--cc=9459@debbugs.gnu.org \
--cc=eggert@cs.ucla.edu \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
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.