All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: [PATCH 0/2] autoconf: iconv
Date: Thu, 7 Sep 2006 13:47:31 +0200	[thread overview]
Message-ID: <200609071347.32152.jnareb@gmail.com> (raw)

Those two patches add support for remaining iconv related compilation
variables, namely NO_ICONV and ICONVDIR to configure.ac.  First patch
sets NO_ICONV if no iconv implementation was found (autodetection),
second adds --without-iconv/--with-iconv=PATH option to generated
./configure script (user input).

This series is based on my earlier autoconf series "[PATCH 0/5] Some
autoconf patches", but with little editing of config.mak.in patch in
the PATCH 2/2 they could be applied on top of 'next' branch.

Shortlog:
 [PATCH 1/2] autoconf: Set NO_ICONV if iconv is found neither in libc, nor in libiconv
 [PATCH 2/2] autoconf: Add support for setting NO_ICONV and ICONVDIR

Diffstat:
 config.mak.in |    2 +-
 configure.ac  |   18 ++++++++++++++++--
 2 files changed, 17 insertions(+), 3 deletions(-)

-- 
Jakub Narebski
ShadeHawk on #git
Poland

             reply	other threads:[~2006-09-07 11:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-07 11:47 Jakub Narebski [this message]
2006-09-07 11:48 ` [PATCH 1/2] autoconf: Set NO_ICONV if iconv is found neither in libc, nor in libiconv Jakub Narebski
2006-09-07 11:48 ` [PATCH 2/2] autoconf: Add support for setting NO_ICONV and ICONVDIR Jakub Narebski

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=200609071347.32152.jnareb@gmail.com \
    --to=jnareb@gmail.com \
    --cc=git@vger.kernel.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 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.