# generated 2002/8/4 21:50:53 CEST by free@mandrake82.maison.fr # using glademm V0.6.4 AC_INIT(src/prototype.cc) AM_INIT_AUTOMAKE(prototype, 0.0) AM_CONFIG_HEADER(config.h) dnl Pick up the Gnome macros. AM_ACLOCAL_INCLUDE(m4) dnl AM_MAINTAINER_MODE AC_ISC_POSIX AC_PROG_CC AM_PROG_CC_STDC AC_HEADER_STDC AC_PROG_CPP AC_PROG_CXX AC_PROG_CXXCPP AM_PROG_LIBTOOL # GNOME--: # (These macros are in the 'macros' directory) # GNOME_INIT sets the GNOME_CONFIG variable, among other things: GNOME_INIT GNOME_COMMON_INIT GNOME_COMPILE_WARNINGS dnl Add the languages which your application supports here. dnl ALL_LINGUAS="fr" AM_GNOME_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 AC_LANG_CPLUSPLUS # GNOME-CONFIG script knows about gnomemm: # ('gnome-config' is installed by GNOME) GNOMEMM_CFLAGS="`$GNOME_CONFIG --cflags gnomemm`" GNOMEMM_LIBS="`$GNOME_CONFIG --libs gnomemm`" AC_SUBST(GNOMEMM_CFLAGS) AC_SUBST(GNOMEMM_LIBS) AC_OUTPUT(Makefile src/Makefile m4/Makefile )