GNU bug report logs -
#9459
24.0.50; Configure aborts, complains about missing install.sh in build-aux
Previous Next
Reported by: Jan Djärv <jan.h.d <at> swipnet.se>
Date: Wed, 7 Sep 2011 16:23:02 UTC
Severity: normal
Found in version 24.0.50
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
Message #41 received at 9459 <at> debbugs.gnu.org (full text, mbox):
Paul Eggert <eggert <at> 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/
This bug report was last modified 13 years and 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.