Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 145178
Collapse All | Expand All

(-)configure.in.orig (-2 / +2 lines)
Lines 1-6 Link Here
1
dnl Process this file with autoconf to produce a configure script.
1
dnl Process this file with autoconf to produce a configure script.
2
2
3
AC_PREREQ(2.52)
3
AC_PREREQ(2.53)
4
4
5
AC_INIT(OGMRip, 0.10.0-rc3)
5
AC_INIT(OGMRip, 0.10.0-rc3)
6
AC_CONFIG_SRCDIR(src/ogmrip-main.c)
6
AC_CONFIG_SRCDIR(src/ogmrip-main.c)
Lines 380-387 Link Here
380
AC_SUBST(GETTEXT_PACKAGE)
380
AC_SUBST(GETTEXT_PACKAGE)
381
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [GetText Package])
381
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [GetText Package])
382
382
383
IT_PROG_INTLTOOL([0.35.0])
383
AM_GLIB_GNU_GETTEXT
384
AM_GLIB_GNU_GETTEXT
384
AC_PROG_INTLTOOL
385
385
386
if test "x${prefix}" = "xNONE"; then 
386
if test "x${prefix}" = "xNONE"; then 
387
  AC_DEFINE_UNQUOTED(LOCALEDIR, "${ac_default_prefix}/${DATADIRNAME}/locale", [Locale directory])
387
  AC_DEFINE_UNQUOTED(LOCALEDIR, "${ac_default_prefix}/${DATADIRNAME}/locale", [Locale directory])

Return to bug 145178