Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 220565 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in (-2 / +9 lines)
Lines 33-39 Link Here
33
dnl Checks for programs.
33
dnl Checks for programs.
34
AC_PREREQ(2.52)
34
AC_PREREQ(2.52)
35
AC_PROG_CC
35
AC_PROG_CC
36
AC_LIBLTDL_CONVENIENCE
36
AC_WITH_LTDL
37
AC_SUBST(INCLTDL)
37
AC_SUBST(INCLTDL)
38
AC_SUBST(LIBLTDL)
38
AC_SUBST(LIBLTDL)
39
AC_LIBTOOL_DLOPEN
39
AC_LIBTOOL_DLOPEN
Lines 52-57 Link Here
52
  prefix="/usr/local" 
52
  prefix="/usr/local" 
53
fi
53
fi
54
54
55
infodir='${prefix}/info' 
56
mandir='${prefix}/man'
57
58
if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
59
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
60
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
61
if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
62
55
AC_ARG_ENABLE([lgpl],
63
AC_ARG_ENABLE([lgpl],
56
              [  --enable--lgpl          Use LGPL license (no mp3 support)], 
64
              [  --enable--lgpl          Use LGPL license (no mp3 support)], 
57
              [use_lgpl=yes], 
65
              [use_lgpl=yes], 
Lines 283-289 Link Here
283
AC_DEFINE_UNQUOTED(PREFIX, "${prefix}", "PREFIX") 
291
AC_DEFINE_UNQUOTED(PREFIX, "${prefix}", "PREFIX") 
284
AS_AC_EXPAND(LIBDIR, $libdir)
292
AS_AC_EXPAND(LIBDIR, $libdir)
285
AC_DEFINE_UNQUOTED(PLUGIN_DIR, "$LIBDIR/tunepimp/plugins", "PLUGIN_DIR") 
293
AC_DEFINE_UNQUOTED(PLUGIN_DIR, "$LIBDIR/tunepimp/plugins", "PLUGIN_DIR") 
286
AC_CONFIG_SUBDIRS(libltdl)
287
AC_OUTPUT(
294
AC_OUTPUT(
288
    Makefile
295
    Makefile
289
    lib/Makefile
296
    lib/Makefile

Return to bug 220565