Removed the PO_FILES(_IN) variables as they were getting in

the way of make dist(check)
If someone knows what were their use and feels I did something
wrong by removing them, bring them back... but make sure to
not break make dist by doing so :)
This commit is contained in:
yabause 2009-11-18 22:27:55 +00:00
parent ad8e19a9d0
commit 3e47306a26
1 changed files with 0 additions and 6 deletions

View File

@ -191,8 +191,6 @@ fi
dnl - Determine which UIs to build and if po/ should be included dnl - Determine which UIs to build and if po/ should be included
PO_DIR="" PO_DIR=""
PO_FILES=""
PO_FILES_IN=""
if test "x$HAVE_SDL" = "xyes"; then if test "x$HAVE_SDL" = "xyes"; then
# SDL adds just a cli # SDL adds just a cli
UI_DIR="cli $UI_DIR" UI_DIR="cli $UI_DIR"
@ -213,8 +211,6 @@ if test "x$HAVE_SDL" = "xyes"; then
ALL_LINGUAS="fr nb pt_BR sv zh_CN" ALL_LINGUAS="fr nb pt_BR sv zh_CN"
AM_GLIB_GNU_GETTEXT AM_GLIB_GNU_GETTEXT
PO_DIR="po" 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" PO_MAKEFILE="po/Makefile.in"
],[ ],[
echo "WARNING: intltool and/or gettext are not available therefore the gtk-glade interface won't be installed. The gtk-glade UI requires intltool and gettext." echo "WARNING: intltool and/or gettext are not available therefore the gtk-glade interface won't be installed. The gtk-glade UI requires intltool and gettext."
@ -257,8 +253,6 @@ esac
AC_SUBST(UI_DIR) AC_SUBST(UI_DIR)
AC_SUBST(PO_DIR) AC_SUBST(PO_DIR)
AC_SUBST(PO_FILES)
AC_SUBST(PO_FILES_IN)
dnl - Gdb stub dnl - Gdb stub
AC_ARG_ENABLE(gdb-stub, AC_ARG_ENABLE(gdb-stub,