Mercurial > audlegacy
changeset 1874:3a428cb2aec9 trunk
[svn] - make things friendly to Objective Make
author | nenolod |
---|---|
date | Sat, 14 Oct 2006 11:46:36 -0700 |
parents | 68c0c8620b17 |
children | eae19233a2ab |
files | ChangeLog m4/gettext.m4 |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Oct 14 11:39:17 2006 -0700 +++ b/ChangeLog Sat Oct 14 11:46:36 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-14 18:39:17 +0000 William Pitcock <nenolod@nenolod.net> + revision [2703] + - libaudacious.so.4 actually, due to remote-access API addition + + trunk/libaudacious/Makefile | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + + 2006-10-14 18:38:14 +0000 William Pitcock <nenolod@nenolod.net> revision [2701] - libaudacious SONAME becomes libaudacious.so.3
--- a/m4/gettext.m4 Sat Oct 14 11:39:17 2006 -0700 +++ b/m4/gettext.m4 Sat Oct 14 11:46:36 2006 -0700 @@ -98,6 +98,7 @@ ifelse(gt_included_intl, yes, [ BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no + INTL_OBJECTIVE= ]) LIBINTL= LTLIBINTL= @@ -233,6 +234,7 @@ dnl Mark actions used to generate GNU NLS library. BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes + INTL_OBJECTIVE=intl LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV" LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` @@ -301,6 +303,7 @@ dnl Make all variables we use known to autoconf. AC_SUBST(BUILD_INCLUDED_LIBINTL) AC_SUBST(USE_INCLUDED_LIBINTL) + AC_SUBST(INTL_OBJECTIVE) AC_SUBST(CATOBJEXT) dnl For backward compatibility. Some configure.ins may be using this.