From 71c8b915275c133f53f285853735cc61d6e4e9a0 Mon Sep 17 00:00:00 2001 From: Vadim Kurland Date: Sun, 30 Dec 2007 22:39:52 +0000 Subject: [PATCH] switching to Linguist for translations, removing po directory --- configure.in | 4 ---- runqmake.sh | 1 - 2 files changed, 5 deletions(-) diff --git a/configure.in b/configure.in index 75a9be566..1ace72c6b 100644 --- a/configure.in +++ b/configure.in @@ -410,12 +410,8 @@ AC_SUBST(MANDIR) AC_PATH_PROG(CCACHE, ccache, , ) -dnl Support for the po directory. -AM_PO_SUBDIRS - dnl AC_CONFIG_FILES([ Main.make ]) AC_CONFIG_FILES([ qmake.inc ]) -AC_CONFIG_FILES([ po/POmakefile ], [AM_POSTPROCESS_PO_MAKEFILE]) AC_CONFIG_FILES([ src/res/objects_init.xml ]) AC_CONFIG_FILES([ src/res/templates.xml ]) diff --git a/runqmake.sh b/runqmake.sh index 2d04b1bcb..2f4144980 100755 --- a/runqmake.sh +++ b/runqmake.sh @@ -16,7 +16,6 @@ for d in src/ \ src/res/ \ src/tools/ \ doc/ \ - po/ \ src/antlr/ \ src/gui/ \ src/fwblookup/ \