Set GETTEXT_PACKAGE to 'aegisub' from 'aegisub21', I want to handle this

a better way but for now the old way is just fine.  Bug #761

Originally committed to SVN as r2295.
This commit is contained in:
Amar Takhar 2008-08-04 03:05:07 +00:00
parent bc675ea7dd
commit 9826d5bd58
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ fi
AC_PROG_INTLTOOL
AM_GLIB_GNU_GETTEXT
GETTEXT_PACKAGE=aegisub21
GETTEXT_PACKAGE=aegisub
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
[The prefix for our gettext translation domains.])