updates
authorPekka Riikonen <priikone@silcnet.org>
Tue, 18 Jul 2000 06:49:34 +0000 (06:49 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 18 Jul 2000 06:49:34 +0000 (06:49 +0000)
apps/silcd/server_version.c
configure.in
includes/version.h
prepare-clean

index f2ae215ac6a02b742be4aa875845da3fc5d33588..5f3cd863b7c7afb794db8c347b32913b6cba9936 100644 (file)
@@ -20,4 +20,4 @@
 
 #include "serverincludes.h"
 
-const char server_version[] = "18072000";
+const char server_version[] = "17072000";
index 666d2421eb9db97a6b2e6de08401e5f3aabc5167..b6442c5169786e7002c04e3f71f85bb5d1c98b5b 100644 (file)
@@ -33,7 +33,7 @@ case "$target" in
     ;;
 esac
 
-AM_INIT_AUTOMAKE(silc, 18072000)
+AM_INIT_AUTOMAKE(silc, 17072000)
 AC_PREREQ(2.3)
 AM_CONFIG_HEADER(includes/silcdefs.h)
 
@@ -68,7 +68,7 @@ AC_HEADER_STAT
 AC_CHECK_HEADERS(unistd.h string.h getopt.h errno.h fcntl.h assert.h)
 AC_CHECK_HEADERS(sys/types.h sys/stat.h sys/time.h)
 AC_CHECK_HEADERS(netinet/in.h netinet/tcp.h netdb.h)
-AC_CHECK_HEADERS(pwd.h grp.h termcap.h paths.h)
+AC_CHECK_HEADERS(pwd.h grp.h termcap.h)
 AC_CHECK_HEADERS(ncurses.h signal.h ctype.h)
 AC_CHECK_HEADERS(arpa/inet.h sys/mman.h)
 
@@ -114,9 +114,9 @@ AC_ARG_ENABLE(debug,
     ;;
   *)
     AC_MSG_RESULT(no)
-    CFLAGS="-O2 -g $CFLAGS"
+    CFLAGS="-O2 $CFLAGS"
     ;;
-esac ], CFLAGS="-O2 -g $CFLAGS"
+esac ], CFLAGS="-O2 $CFLAGS"
         AC_MSG_RESULT(no))
 
 
index e6ece1491b3cd24b1b04f04b62a0dbb737ade7ec..ad1ff2c517fdbfe9dce79746b080cd7fb641f899 100644 (file)
@@ -33,7 +33,7 @@ typedef unsigned char SilcVersion;
 #define SILC_VERSION_1 '\1'
 
 /* SILC version string */
-const char *silc_version = "18072000";
+const char *silc_version = "17072000";
 const char *silc_name = "SILC";
 const char *silc_fullname = "Secure Internet Live Conferencing";
 
index 01c4fa1bf6280c59a431a81153acd88adacc23c1..81cf086129504131188d47479e2b9d14827c3184 100755 (executable)
@@ -29,7 +29,7 @@ make distclean
 rm -f includes/stamp-*
 rm -f includes/silcconfig.*
 rm -f Makefile.in
-rm -f doc/draft-*.txt
+rm -f doc/draft-*
 rm -f doc/Makefile.in
 rm -f includes/Makefile.in
 rm -f lib/Makefile.in