aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2005-08-15 10:35:43 (GMT)
committerfluxgen <fluxgen>2005-08-15 10:35:43 (GMT)
commit5f4f2a85da1219934cacbf658b1ed8ba66a56aee (patch)
tree7eda471568ab9f2c8d02975fcf3530ac13ff0ee0 /configure.in
parentdef41301e2d2e98abca96e827ab66ab9da7942cb (diff)
downloadfluxbox-5f4f2a85da1219934cacbf658b1ed8ba66a56aee.zip
fluxbox-5f4f2a85da1219934cacbf658b1ed8ba66a56aee.tar.bz2
added uk_UA locales, thanks Anatoli M. Sakhnik and php-coder
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 642d0d9..7fa4e66 100644
--- a/configure.in
+++ b/configure.in
@@ -614,7 +614,7 @@ AC_MSG_RESULT([Building with '$LIBS' for linker flags.])
614AC_MSG_RESULT([]) 614AC_MSG_RESULT([])
615 615
616dnl Output files 616dnl Output files
617AC_CONFIG_HEADER(config.h) 617AM_CONFIG_HEADER(config.h)
618 618
619AC_OUTPUT(Makefile 619AC_OUTPUT(Makefile
620version.h 620version.h
@@ -653,4 +653,5 @@ nls/pl_PL/Makefile
653nls/sl_SI/Makefile 653nls/sl_SI/Makefile
654nls/vi_VN/Makefile 654nls/vi_VN/Makefile
655nls/be_BY/Makefile 655nls/be_BY/Makefile
656nls/uk_UA/Makefile
656) 657)