Skip to content

Commit

Permalink
Import AM_ICONV implementation
Browse files Browse the repository at this point in the history
We *have* to have config.rpath in our own directory, for reasons which
escape me. Usually it would be installed by gettextize or gnulib-tool
but we're not *using* either of those, so just pull in the AM_ICONV bits
manually.

We don't want to ship just config.rpath and *not* the M4 files because
that way we might end up with mismatching versions.

I hate autohell.

(Files taken from Fedora gettext 0.19.2-5.fc21)

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Oct 30, 2014
1 parent d8c0225 commit 2fa3bd7
Show file tree
Hide file tree
Showing 7 changed files with 2,075 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile.am
Expand Up @@ -221,3 +221,5 @@ po/$(PACKAGE).pot: $(POTFILES) version.sh
--package-name="@PACKAGE@" --package-version="@VERSION@" \
--msgid-bugs-address=openconnect-devel@lists.infradead.org \
-o $@ $(POTFILES)

ACLOCAL_AMFLAGS = -I m4
2 changes: 1 addition & 1 deletion autogen.sh
@@ -1,6 +1,6 @@
#!/bin/sh

aclocal && \
aclocal -I m4 && \
${LIBTOOLIZE:-libtoolize} --automake --force && \
autoheader --force &&
automake --foreign --add-missing --force && \
Expand Down

0 comments on commit 2fa3bd7

Please sign in to comment.