* configure.ac:

+ Look for libintl in $(top_builddir)/intl, not \$(top_srcdir)/intl.
    + Added CVS Id string.
  * m4/vlc.m4:
    + Added CVS Id string.
This commit is contained in:
Sam Hocevar 2003-06-28 14:31:40 +00:00
parent 655212ddf8
commit c0d6278654
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.16 2003/06/28 14:31:40 sam Exp $
AC_INIT(vlc,0.6.0)
@ -156,7 +157,7 @@ AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
AC_DEFINE(HAVE_INCLUDED_GETTEXT, 1, Define if we use the local libintl)
INCLUDES="${INCLUDES} -I\\\$(top_srcdir)/intl"
INCLUDES="${INCLUDES} -I\$(top_builddir)/intl"
else
AC_CHECK_FUNCS(textdomain,,[
AC_CHECK_LIB(intl,textdomain,

View File

@ -1,4 +1,5 @@
dnl Macros needed for VLC
dnl $Id: vlc.m4,v 1.3 2003/06/28 14:31:40 sam Exp $
dnl Add plugins or builtins
AC_DEFUN([AX_ADD_BUILTINS], [