ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.144,1.145 configure.in,1.140,1.14


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.144,1.145 configure.in,1.140,1.141
Date: Fri, 17 Jan 2003 11:48:31 -0500

Update of /cvsroot/ayttm/ayttm
In directory subversions:/tmp/cvs-serv1400

Modified Files:
        ChangeLog configure.in 
Log Message:
enable crash dialog by default


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog   17 Jan 2003 15:50:26 -0000      1.144
+++ ChangeLog   17 Jan 2003 16:48:28 -0000      1.145
@@ -1,3 +1,7 @@
+* Fri Jan 17 2003 17:47 GMT+1 [colin]  0.2-118
+- configure.in
+Enable crash dialog by default
+
 * Fri Jan 17 2003 16:43 GMT+1 [colin]  0.2-117
 - modules/msn2/msn.C
 More utf8 decoding in friendlynames

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- configure.in        17 Jan 2003 15:50:26 -0000      1.140
+++ configure.in        17 Jan 2003 16:48:28 -0000      1.141
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT([src/main.c])
 AM_INIT_AUTOMAKE(ayttm, 0.2)
-RELEASE=117
+RELEASE=118
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)
@@ -100,8 +100,8 @@
 
 dnl want crash dialog
 AC_ARG_ENABLE(crash-dialog,
-       [  --enable-crash-dialog   Enable crash dialog [default=no]],
-       [ac_cv_enable_crash_dialog=$enableval], [ac_cv_enable_crash_dialog=no])
+       [  --enable-crash-dialog   Enable crash dialog [default=yes]],
+       [ac_cv_enable_crash_dialog=$enableval], [ac_cv_enable_crash_dialog=yes])
 if test $ac_cv_enable_crash_dialog = yes; then
 dnl check if GDB is somewhere
        AC_CHECK_PROG(ac_cv_enable_crash_dialog, gdb, yes, no)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]