From e6990bab892352f4252f5bd052bbee21aecfc080 Mon Sep 17 00:00:00 2001 From: evilynux Date: Tue, 17 Jul 2007 06:13:00 +0000 Subject: [PATCH] Make creation of po/Makefile.in optionnal. --- desmume/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desmume/configure.ac b/desmume/configure.ac index eb1cbcce6..89867adf9 100644 --- a/desmume/configure.ac +++ b/desmume/configure.ac @@ -123,6 +123,7 @@ if test "x$HAVE_SDL" = "xyes"; then PO_DIR="po" PO_FILES="intltool-extract intltool-merge intltool-update" PO_FILES_IN="intltool-extract.in intltool-merge.in intltool-update.in" + PO_MAKEFILE="po/Makefile.in" fi fi @@ -181,7 +182,7 @@ AC_SUBST(USE_MAINTAINER_MODE) dnl --- Finally, output all the makefiles AC_CONFIG_FILES([Makefile - po/Makefile.in + ${PO_MAKEFILE} src/Makefile src/cli/Makefile src/gtk/Makefile