Make creation of po/Makefile.in optionnal.

This commit is contained in:
evilynux 2007-07-17 06:13:00 +00:00
parent 3a5e37f238
commit e6990bab89
1 changed files with 2 additions and 1 deletions

View File

@ -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