summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDr. Tobias Quathamer <toddy@debian.org>2016-04-01 17:23:44 +0200
committerDr. Tobias Quathamer <toddy@debian.org>2016-04-01 17:23:44 +0200
commit3abab15813d2b6d1427ecd81213da3f48bac4207 (patch)
tree7aa18cd99e4757ad164f336fc2558ba797f0ecb7 /configure.ac
parent345928f5948a53c974c79418337420e4152c18fa (diff)
downloadiso-codes-3abab15813d2b6d1427ecd81213da3f48bac4207.tar.gz
Imported Upstream version 3.67upstream/3.67
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac19
1 files changed, 9 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 056c004c..55a8886d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,15 +19,13 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT([iso-codes],[3.66])
+AC_INIT([iso-codes],[3.67])
AM_INIT_AUTOMAKE([dist-xz no-dist-gzip foreign])
AM_MAINTAINER_MODE
-AC_SUBST([ACLOCAL_AMFLAGS], ["\${ACLOCAL_FLAGS}"])
-
AC_PROG_INSTALL
-AC_PROG_MAKE_SET
+AC_PROG_LN_S
AC_PATH_PROG([MSGMERGE],[msgmerge])
AC_PATH_PROG([MSGFMT],[msgfmt])
@@ -44,17 +42,18 @@ fi
AC_MSG_RESULT($gnu_msgfmt)
AC_SUBST(MSGFMT_FLAGS)
-DOMAINS="iso_639 iso_639_3 iso_639_5 iso_3166 iso_3166_2 iso_4217 iso_15924"
+DOMAINS="iso_639-2 iso_639-3 iso_639-5 iso_3166-1 iso_3166-2 iso_3166-3 iso_4217 iso_15924"
AC_SUBST([DOMAINS])
AC_CONFIG_FILES([
Makefile
iso-codes.pc
- iso_639/Makefile
- iso_639_3/Makefile
- iso_639_5/Makefile
- iso_3166/Makefile
- iso_3166_2/Makefile
+ iso_639-2/Makefile
+ iso_639-3/Makefile
+ iso_639-5/Makefile
+ iso_3166-1/Makefile
+ iso_3166-2/Makefile
+ iso_3166-3/Makefile
iso_4217/Makefile
iso_15924/Makefile
])