summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-c++-kde/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/examples/hello-c++-kde/configure.in.in')
-rw-r--r--gettext-tools/examples/hello-c++-kde/configure.in.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-c++-kde/configure.in.in b/gettext-tools/examples/hello-c++-kde/configure.in.in
new file mode 100644
index 0000000..21d5a96
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/configure.in.in
@@ -0,0 +1,6 @@
+#MIN_CONFIG
+AC_CHECK_HEADERS([unistd.h])
+
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION(0.15)
+AC_CONFIG_FILES([po/Makefile.in])