Skip to content

Commit 81a5b5c

Browse files
committed
Explicitly request gettext
1 parent b2d5407 commit 81a5b5c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configure.ac

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Update this with each release. Be sure to change VS17/PropertySheet.props too
22
AC_INIT([ReadStat],[1.1.9],[https://github.com/WizardMac/ReadStat/issues],[readstat],[https://github.com/WizardMac/ReadStat])
3+
AC_CONFIG_MACRO_DIRS([m4])
34
AM_INIT_AUTOMAKE([foreign subdir-objects])
5+
AM_GNU_GETTEXT([external])
6+
AM_GNU_GETTEXT_VERSION([0.22])
47
AM_SILENT_RULES([yes])
58

69
# Don't forget to update these too
7-
READSTAT_MAJOR_VERSION=1
10+
READSTAT_MAJOR_VERSION=1
811
READSTAT_MINOR_VERSION=1
912
READSTAT_MICRO_VERSION=9
1013

0 commit comments

Comments
 (0)