aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)