[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling Katoob



ok i've updated the cvs with a modified configure.in "attached it"
about the undefined symbols with autoconf. do you have the libintl installed ?
rpm -qf /usr/share/doc/libintl1-0.10.40
libintl1-0.10.40-4mdk

-- 
----------------
-- Uniball @ DALnet
ICQ # 58475622
A hacker does for love what others would not do for money.
AC_INIT(src/main.c)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(katoob, 0.1)
AC_PROG_CC

ALL_LINGUAS="ar"
AM_GNU_GETTEXT

dnl Set PACKAGE_LOCALE_DIR in config.h.
if test "x${prefix}" = "xNONE"; then
  AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, "${ac_default_prefix}/${DATADIRNAME}/locale")
else
  AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, "${prefix}/${DATADIRNAME}/locale")
fi


dnl AM_PATH_GTK_2_0(2.0.0, , AC_MSG_ERROR("Cannot find Gtk"))
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.0.0)


AC_SUBST(GTK_LIBS)
AC_SUBST(GTK_CFLAGS)

AC_OUTPUT([
Makefile
src/Makefile
intl/Makefile
po/Makefile.in
katoob.spec
])