/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Suren A. Chilingaryan
  • Date: 2005-07-02 05:08:36 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--patch-3
02.07.2005

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
AC_SUBST(XML_LIBS)
44
44
AC_SUBST(XML_INCLUDES)
45
45
 
 
46
AC_PATH_PROG(GTK_CONFIG, gtk-config, no)
 
47
AM_CONDITIONAL(HAVE_GTK, [ test $GTK_CONFIG != no ])
 
48
GTK_LIBS="\`gtk-config --libs\`"
 
49
GTK_INCLUDES="\`gtk-config --cflags\`"
 
50
AC_SUBST(GTK_LIBS)
 
51
AC_SUBST(GTK_INCLUDES)
 
52
 
46
53
AC_CHECK_HEADER(librcd.h, [AC_CHECK_LIB(rcd, rcdGetRussianCharset, [
47
54
        RCD_LIBS="-lrcd"
48
55
        RCD_INCLUDES=""
75
82
dnl Checks for library functions.
76
83
AC_CHECK_FUNCS(strcasecmp strncasecmp strdup)
77
84
 
78
 
AC_OUTPUT(src/Makefile examples/Makefile librcc.spec)
 
85
AC_OUTPUT(src/Makefile ui/Makefile examples/Makefile librcc.spec)