From: Chris Smith <chris.rs@xtra.co.nz>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] Re: automake problem in ebuild
Date: Tue, 11 Feb 2003 11:59:29 +0000 [thread overview]
Message-ID: <200302111159.30078.chris.rs@xtra.co.nz> (raw)
In-Reply-To: <200302100507.48901.double@inebraska.com>
On Mon, 10 Feb 2003 11:07, Pat Double wrote:
> Greetings. I am trying to construct the following ebuild for "NoteEdit", a
> musical score editor for KDE. I get the following error in the configure
> part, which I do not get if I extract the source to /usr/src and use
> "./configure". Has anyone else had this problem? Easy fix?
I'm not very experienced with automake and the such, but I know Gentoo has a
genius system (borrowed from MDK :) where /usr/bin/automake is actually a
perl script, which runs a certain version of automake depending on shell
variables
The perl script defaults to a certain version of automake, and you need to
check the noteedit docs to see which version it needs to build correctly.
Then all you have to do is set the correct shell variable.
--snip from /usr/bin/automake--
# - defaults to automake-1.4
# - runs automake-1.6 if it exists and...
# - envvar WANT_AUTOMAKE_1_6 is set to `1'
# -or-
# - `Makefile.in' was generated by automake-1.6 or superior, which
# specifically needs automake-1.6
# - runs automake-1.5 if it exists and...
# - envvar WANT_AUTOMAKE_1_5 is set to `1'
# -or-
# - configure.ac is present
# -or-
# - `configure.in' contains AC_PREREQ and the value's 3 first letters
# are stringwise greater than '2.1'
# -or-
# -`configure' is already present and was generated by autoconf greater than
# '2.1'
# -or-
# - `Makefile.in' was generated by automake-1.5 or superior, which
# specifically needs automake-1.5
--snip--
I also assume that autoconf and the rest of the family has similar systems.
Hope I could help,
Chris
--
gentoo-dev@gentoo.org mailing list
prev parent reply other threads:[~2003-02-10 23:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-10 11:07 [gentoo-dev] automake problem in ebuild Pat Double
2003-02-11 11:59 ` Chris Smith [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-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=200302111159.30078.chris.rs@xtra.co.nz \
--to=chris.rs@xtra.co.nz \
--cc=gentoo-dev@gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox