Found in "gnokii-working" directory, some November-patches version
[gnokii.git] / configure.in
index 87ea315..e755049 100644 (file)
@@ -16,7 +16,7 @@ AC_PREFIX_DEFAULT("/usr/local")
 
 dnl ======================== Default setting
 CFLAGS="-O2 -Wall"
-ALL_LINGUAS="cs de et fi nl sk pl it"
+ALL_LINGUAS="cs de et fi nl sk pl it sl"
 
 dnl ======================== Checks for programs.
 AC_PROG_CC
@@ -32,7 +32,7 @@ test x"$prefix" = xNONE && prefix="$ac_default_prefix"
 
 AC_ARG_ENABLE(debug, 
        [  --enable-debug          compile with debug code],
-       [ CFLAGS="-g -Wall"
+       [ CFLAGS="-ggdb3 -Wall"
          AC_DEFINE(DEBUG)
          debug="yes" ],
        [ debug="no"  ]
@@ -437,7 +437,7 @@ AC_PROG_GCC_TRADITIONAL
 AC_FUNC_MEMCMP
 AC_TYPE_SIGNAL
 AC_FUNC_STRFTIME
-AC_CHECK_FUNCS(mktime select strdup strstr strtol strtok strsep snprintf)
+AC_CHECK_FUNCS(mktime select strdup strstr strtol strtok strsep snprintf vsnprintf asprintf vasprintf)
 
 CFLAGS="$CFLAGS $NLS_CFLAGS"
 LIBS="$LIBS $NLS_LIBS"
@@ -520,9 +520,7 @@ echo "
     Win32:              $win32 
     Prefix:             $prefix
 
-  Type '${MAKE}' for compilation or '${MAKE} makelib' when want to compile
-  all binaries with one shared library
-  
-  After it '${MAKE} install', '${MAKE} install-suid', '${MAKE} install-strip'
-  or '${MAKE} install-ss' to install gnokii.
+  Type '${MAKE}' for compilation and then '${MAKE} install',
+  '${MAKE} install-suid', '${MAKE} install-strip' or '${MAKE} install-ss' to
+  install gnokii.
 "