[Pkg-isocodes-devel] [iso-codes] 02/04: Add AC_PROG_LN_S to link to old gettext domains

Tobias Quathamer toddy at moszumanska.debian.org
Sat Mar 5 13:30:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

toddy pushed a commit to branch master
in repository iso-codes.

commit 98d4ba71eed633e18a1ed2335e3265126f25a778
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Sat Mar 5 13:43:49 2016 +0100

    Add AC_PROG_LN_S to link to old gettext domains
---
 Makefile.in            |  1 +
 configure              | 12 ++++++++++++
 configure.ac           |  1 +
 iso_15924/Makefile.in  |  1 +
 iso_3166-1/Makefile.in |  1 +
 iso_3166-2/Makefile.in |  1 +
 iso_3166-3/Makefile.in |  1 +
 iso_4217/Makefile.in   |  1 +
 iso_639-2/Makefile.in  |  1 +
 iso_639-3/Makefile.in  |  1 +
 iso_639-5/Makefile.in  |  1 +
 11 files changed, 22 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 3fb586b..f420388 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -247,6 +247,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
+LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
diff --git a/configure b/configure
index 8e9bfbc..4b47c35 100755
--- a/configure
+++ b/configure
@@ -590,6 +590,7 @@ MSGATTRIB
 MSGFILTER
 MSGFMT
 MSGMERGE
+LN_S
 MAINT
 MAINTAINER_MODE_FALSE
 MAINTAINER_MODE_TRUE
@@ -2349,6 +2350,17 @@ fi
 
 
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
+$as_echo_n "checking whether ln -s works... " >&6; }
+LN_S=$as_ln_s
+if test "$LN_S" = "ln -s"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
+$as_echo "no, using $LN_S" >&6; }
+fi
+
 
 # Extract the first word of "msgmerge", so it can be a program name with args.
 set dummy msgmerge; ac_word=$2
diff --git a/configure.ac b/configure.ac
index e107592..ab2662d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,7 @@ AM_INIT_AUTOMAKE([dist-xz no-dist-gzip foreign])
 AM_MAINTAINER_MODE
 
 AC_PROG_INSTALL
+AC_PROG_LN_S
 
 AC_PATH_PROG([MSGMERGE],[msgmerge])
 AC_PATH_PROG([MSGFMT],[msgfmt])
diff --git a/iso_15924/Makefile.in b/iso_15924/Makefile.in
index 9d12f53..d8e21ee 100644
--- a/iso_15924/Makefile.in
+++ b/iso_15924/Makefile.in
@@ -166,6 +166,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
+LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
diff --git a/iso_3166-1/Makefile.in b/iso_3166-1/Makefile.in
index d8b2e69..acc2658 100644
--- a/iso_3166-1/Makefile.in
+++ b/iso_3166-1/Makefile.in
@@ -166,6 +166,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
+LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
diff --git a/iso_3166-2/Makefile.in b/iso_3166-2/Makefile.in
index d011092..dd2b5a6 100644
--- a/iso_3166-2/Makefile.in
+++ b/iso_3166-2/Makefile.in
@@ -166,6 +166,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
+LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
diff --git a/iso_3166-3/Makefile.in b/iso_3166-3/Makefile.in
index ec8ca2b..f419263 100644
--- a/iso_3166-3/Makefile.in
+++ b/iso_3166-3/Makefile.in
@@ -166,6 +166,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
+LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
diff --git a/iso_4217/Makefile.in b/iso_4217/Makefile.in
index d690532..56a959d 100644
--- a/iso_4217/Makefile.in
+++ b/iso_4217/Makefile.in
@@ -166,6 +166,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
+LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
diff --git a/iso_639-2/Makefile.in b/iso_639-2/Makefile.in
index fe26594..3e60f97 100644
--- a/iso_639-2/Makefile.in
+++ b/iso_639-2/Makefile.in
@@ -166,6 +166,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
+LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
diff --git a/iso_639-3/Makefile.in b/iso_639-3/Makefile.in
index 36b6288..876d838 100644
--- a/iso_639-3/Makefile.in
+++ b/iso_639-3/Makefile.in
@@ -166,6 +166,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
+LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
diff --git a/iso_639-5/Makefile.in b/iso_639-5/Makefile.in
index 8912ea6..97d447c 100644
--- a/iso_639-5/Makefile.in
+++ b/iso_639-5/Makefile.in
@@ -166,6 +166,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
+LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-isocodes/iso-codes.git



More information about the Pkg-isocodes-devel mailing list