Commit c0d62786 authored by Sam Hocevar's avatar Sam Hocevar

* configure.ac:

    + Look for libintl in $(top_builddir)/intl, not \$(top_srcdir)/intl.
    + Added CVS Id string.
  * m4/vlc.m4:
    + Added CVS Id string.
parent 655212dd
dnl Autoconf settings for vlc 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) AC_INIT(vlc,0.6.0)
...@@ -156,7 +157,7 @@ AM_GNU_GETTEXT_VERSION(0.11.5) ...@@ -156,7 +157,7 @@ AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT AM_GNU_GETTEXT
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
AC_DEFINE(HAVE_INCLUDED_GETTEXT, 1, Define if we use the local libintl) 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 else
AC_CHECK_FUNCS(textdomain,,[ AC_CHECK_FUNCS(textdomain,,[
AC_CHECK_LIB(intl,textdomain, AC_CHECK_LIB(intl,textdomain,
......
dnl Macros needed for VLC 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 dnl Add plugins or builtins
AC_DEFUN([AX_ADD_BUILTINS], [ AC_DEFUN([AX_ADD_BUILTINS], [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment