/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-13 16:49:47 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--patch-12
Engine Plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
AC_PROG_INSTALL
38
38
AM_PROG_LIBTOOL
39
39
 
 
40
pkgdatadir=${libdir}/rcc/
 
41
AC_SUBST(pkgdatadir)
 
42
 
 
43
dnl Checks for programs.
40
44
AC_PATH_PROG(RM, rm, /bin/rm)
41
45
AC_PATH_PROG(MV, mv, /bin/mv)
42
46
AC_PATH_PROG(TAR, tar, /bin/tar)
43
47
 
44
 
dnl Checks for programs.
45
 
 
46
48
dnl Checks for header files.
47
49
AC_CHECK_HEADERS(iconv.h,, [AC_MSG_ERROR(Missing iconv header)])
48
50
AC_CHECK_HEADERS(mntent.h pwd.h sys/types.h sys/stat.h unistd.h)
118
120
])])
119
121
fi
120
122
 
 
123
AM_CONDITIONAL(HAVE_RCD, [ test $HAVE_RCD = yes ])
 
124
AM_CONDITIONAL(HAVE_ENCA, [ test $HAVE_ENCA = yes ])
 
125
 
121
126
AC_SUBST(RCD_LIBS)
122
127
AC_SUBST(RCD_INCLUDES)
123
128
AC_SUBST(ENCA_LIBS)
162
167
dnl Checks for library functions.
163
168
AC_CHECK_FUNCS(strcasecmp strncasecmp strdup)
164
169
 
165
 
AC_OUTPUT(src/Makefile ui/Makefile examples/Makefile Makefile librcc.spec)
 
170
AC_OUTPUT(src/Makefile engines/Makefile ui/Makefile examples/Makefile Makefile librcc.spec)
166
171
 
167
172
echo ""
168
173
echo "Configuration:"