# # ChangeLog for configure.ac # # Generated by Trac 1.0.2 # Mar 28, 2024, 12:50:53 PM Tue, 25 Sep 2012 03:06:53 GMT David Benjamin [290e2d0] * configure.ac (modified) Bump version for development. Mon, 18 Jul 2011 02:08:07 GMT David Benjamin [883502d] * configure.ac (modified) Bump version for development. Sat, 16 Jul 2011 04:34:02 GMT David Benjamin [0de04fa] * configure.ac (modified) Check for AnyEvent and Glib in configure.ac They're dependencies of ... Sat, 25 Jun 2011 09:46:41 GMT Anders Kaseorg [f2a96c0] * configure.ac (modified) * m4/ax_c_check_flag.m4 (deleted) * m4/ax_check_flag.m4 (added) Replace obsolete AX_C_CHECK_FLAG with AX_CHECK_COMPILE_FLAG ... Wed, 22 Jun 2011 04:37:21 GMT David Benjamin [4f746f8] * Makefile.am (modified) * configure.ac (modified) * glib_compat.c (deleted) * owl.c (modified) Bump required glib version to 2.16 Debian Lenny's version is ... Sun, 19 Jun 2011 05:49:34 GMT Anders Kaseorg [9d43dcc] * configure.ac (modified) Build with -Wwrite-strings Signed-off-by: Anders Kaseorg ... Sun, 19 Jun 2011 04:07:25 GMT David Benjamin [fe73d0c] * configure.ac (modified) * libfaim/aim.h (modified) * owl.h (modified) * window.h (modified) Just require stdbool.h and tell ncurses to use it Now that Solaris' ... Sun, 19 Jun 2011 04:07:25 GMT David Benjamin [d1d68e0] * configure.ac (modified) Build with C99 This allows (and even requires) us to use ... Tue, 24 May 2011 01:09:44 GMT David Benjamin [f97c1a6] * Makefile.am (modified) * aim.c (modified) * configure.ac (modified) * filterproc.c (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) * select.c (modified) * signal.c (added) * window.c (modified) * window.h (modified) * zephyr.c (modified) * README (modified) * cmd.c (modified) * commands.c (modified) * dict.c (modified) * editwin.c (modified) * fmtext.c (modified) * keybinding.c (modified) * keymap.c (modified) * list.c (modified) * logging.c (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/AnyEvent.pm (added) * perl/modules/IRC/lib/BarnOwl/Message/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Completion.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * tester.c (modified) * text.c (modified) * util.c (modified) * variable.c (modified) * view.c (modified) * viewwin.c (modified) * zcrypt.c (modified) * zwrite.c (modified) Merge branch 'g_main_loop' The logic in owl_select_prune_bad_fds ... Tue, 24 May 2011 00:57:46 GMT David Benjamin [1255365] * configure.ac (modified) Link to gthread-2.0 so we can use glib's threading code Tue, 17 May 2011 16:59:46 GMT Alejandro R. Sedeño [64c829a] * configure.ac (modified) Encode glib version requirements in pkg-config check Reported-by: ... Thu, 24 Mar 2011 04:46:25 GMT Anders Kaseorg [4479497] * configure.ac (modified) * fmtext.c (modified) * functions.c (modified) Use G_GNUC_PRINTF to get type-checking on our format strings The ... Sun, 20 Mar 2011 03:19:29 GMT Anders Kaseorg [2cbe7c3] * compat/compat.h (modified) * configure.ac (modified) Protect memrchr prototype by !HAVE_DECL_MEMCHR instead of ... Tue, 08 Feb 2011 07:27:47 GMT Anders Kaseorg [8061a6a] * configure.ac (modified) Move glib libraries from LDFLAGS to LIBS This fixes linker errors ... Wed, 05 Jan 2011 18:32:47 GMT David Benjamin [569f0bd] * configure.ac (modified) Fix up feature macros somewhat Set _XOPEN_SOURCE to 500 to target a ... Fri, 03 Dec 2010 04:37:29 GMT David Benjamin [e974152] * configure.ac (modified) Bump version for development. Sat, 27 Nov 2010 05:26:27 GMT David Benjamin [2ff0693] * ChangeLog (modified) * configure.ac (modified) BarnOwl 1.7rc1 Sat, 06 Nov 2010 22:34:03 GMT Anders Kaseorg [4e118a0] * configure.ac (modified) * m4/ax_cflags_strict_prototypes.m4 (deleted) Don’t use AX_CFLAGS_STRICT_PROTOTYPES gcc errors on the obsolete ... Sat, 06 Nov 2010 22:34:03 GMT Anders Kaseorg [9fc473a] * configure.ac (modified) Silence some clang warnings for libfaim Signed-off-by: Anders ... Sat, 06 Nov 2010 22:34:03 GMT Anders Kaseorg [ce35060] * Makefile.am (modified) * configure.ac (modified) Use AM_{CPP,C,LD}FLAGS instead of overriding {CPP,C,LD}FLAGS ... Mon, 04 Oct 2010 01:15:02 GMT David Benjamin [12a6616] * Makefile.am (modified) * compat/Makefile.am (added) * compat/compat.h (added) * compat/memrchr.c (added) * configure.ac (modified) * owl.h (modified) Add a compatibility implementation of memrchr It's a GNU extension ... Sun, 03 Oct 2010 23:48:23 GMT David Benjamin [8b2789c] * configure.ac (modified) Define __EXTENSIONS__ to appease Solaris Solaris apparently will ... Sun, 18 Jul 2010 20:48:15 GMT David Benjamin [d296c9a] * Makefile.am (modified) * cmd.c (modified) * commands.c (modified) * configure.ac (modified) * context.c (modified) * doc/owl-window.txt (added) * editwin.c (modified) * functions.c (modified) * global.c (modified) * keys.c (modified) * mainpanel.c (added) * mainwin.c (modified) * msgwin.c (added) * owl.c (modified) * owl.h (modified) * popexec.c (modified) * popwin.c (modified) * sepbar.c (added) * stubgen.pl (modified) * util.c (modified) * variable.c (modified) * viewwin.c (modified) * window.c (added) * window.h (added) * windowcb.c (added) * .gitignore (modified) * README (modified) * barnowl (modified) * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl/modules/Twitter/.gitignore (modified) * perl/modules/Twitter/inc/Module/Install.pm (added) * perl/modules/Twitter/inc/Module/Install/BarnOwl.pm (added) * perl/modules/Twitter/inc/Module/Install/Base.pm (added) * perl/modules/Twitter/inc/Module/Install/Can.pm (added) * perl/modules/Twitter/inc/Module/Install/Fetch.pm (added) * perl/modules/Twitter/inc/Module/Install/Makefile.pm (added) * perl/modules/Twitter/inc/Module/Install/Metadata.pm (added) * perl/modules/Twitter/inc/Module/Install/Win32.pm (added) * perl/modules/Twitter/inc/Module/Install/WriteAll.pm (added) * perl/modules/Twitter/lib/BarnOwl/Message/Twitter.pm (modified) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Handle.pm (modified) * perl_tester.c (deleted) * perlconfig.c (modified) * runtests.sh (modified) * t/00-core-tests.t (modified) * t/mock.pl (modified) * tester (added) * tester.c (modified) * zcrypt.c (modified) * zephyr.c (modified) * zwrite.c (modified) Merge branch 'owl_window' Conflicts: global.c Sat, 03 Jul 2010 21:13:05 GMT Nelson Elhage [04af908] * configure.ac (modified) Define _XOPEN_SOURCE, needed to get strptime() on some platforms. Sat, 03 Jul 2010 21:05:41 GMT Nelson Elhage [ddbb43ad] * configure.ac (modified) Add a configure flag to enable/disable building with krb4. Tue, 01 Jun 2010 04:25:28 GMT David Benjamin [4751077a] * configure.ac (modified) Link to gobject for now At the least, it could be useful for ... Wed, 28 Apr 2010 18:27:58 GMT David Benjamin [263320f] * configure.ac (modified) * global.c (modified) Require resizeterm This allows us to get rid of the endwin, which ... Wed, 28 Apr 2010 03:14:58 GMT Nelson Elhage [07f655b] * configure.ac (modified) Bump version for development. Mon, 26 Apr 2010 23:52:06 GMT Nelson Elhage [cef53f9] * configure.ac (modified) BarnOwl 1.6rc2 Sat, 24 Apr 2010 21:38:25 GMT Nelson Elhage [5a57386] * Makefile.am (modified) * configure.ac (modified) Define DATADIR and BINDIR in the Makefile, not config.h This is the ... Sat, 24 Apr 2010 19:02:43 GMT Nelson Elhage [9d2a105] * ChangeLog (modified) * configure.ac (modified) BarnOwl 1.6rc1 Fri, 16 Apr 2010 22:34:50 GMT Nelson Elhage [75b0adb] * configure.ac (modified) * owl.h (modified) Check for stdbool.h in configure. Athena 9 Solaris doesn't have a ... Fri, 09 Apr 2010 02:00:41 GMT Nelson Elhage [e2cbbbe] * .gitignore (modified) * Makefile.am (modified) * barnowl (modified) * commands.c (modified) * configure.ac (modified) * filterproc.c (added) * filterproc.h (added) * functions.c (modified) * message.c (modified) * tester.c (modified) * util.c (modified) * zcrypt.c (modified) * editwin.c (modified) * global.c (modified) * keybinding.c (modified) * keymap.c (modified) * keys.c (modified) * m4/ax_prog_perl_modules.m4 (added) * owl.c (modified) * owl.h (modified) * perl/lib/BarnOwl/Style/Default.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * popexec.c (modified) * scripts/add-changelog (modified) * scripts/do-release (modified) * scripts/locker-build (modified) * variable.c (modified) * zephyr.c (modified) Merge branch 'refactor-zcrypt' Fri, 09 Apr 2010 02:00:31 GMT Nelson Elhage [9a7b4f2] * barnowl (modified) * configure.ac (modified) * functions.c (modified) * message.c (modified) * util.c (modified) Use zcrypt from our own bin directory. Fri, 09 Apr 2010 02:00:29 GMT Nelson Elhage [7d03c8d] * .gitignore (modified) * Makefile (deleted) * Makefile.am (modified) * configure.ac (modified) Add zcrypt to our build system. Tue, 30 Mar 2010 02:09:45 GMT Nelson Elhage [2d3ed95] * configure.ac (modified) * m4/ax_prog_perl_modules.m4 (added) Check for some perl modules. These are the modules needed by the ... Tue, 30 Mar 2010 02:09:28 GMT Nelson Elhage [4c97193] * configure.ac (modified) Explicitly check for the presence of libperl. Apparently ... Tue, 30 Mar 2010 02:08:45 GMT Nelson Elhage [db4b293] * configure.ac (modified) Add a check for the 'zip' program. Reviewed-by: Anders Kaseorg ... Wed, 03 Mar 2010 02:14:44 GMT David Benjamin [59077f9] * configure.ac (modified) Link to libpanel (provided with ncurses) libpanel makes life easier ... Sat, 09 Jan 2010 21:01:58 GMT Anders Kaseorg [cecb125] * configure.ac (modified) Require automake ≥ 1.7.0, and don’t warn about portability to non-GNU ... Sat, 09 Jan 2010 21:01:53 GMT Anders Kaseorg [10557e6] * Makefile.am (modified) * configure.ac (modified) * perl/Makefile.am (added) Makefile.am: Use only direct children in SUBDIRS, to appease automake ... Tue, 05 Jan 2010 05:08:02 GMT Nelson Elhage [ec5d1a2] * configure.ac (modified) Start 1.6 release Thu, 31 Dec 2009 18:33:41 GMT Nelson Elhage [491cdb1] * ChangeLog (modified) * configure.ac (modified) BarnOwl 1.5 Thu, 24 Dec 2009 23:37:09 GMT Nelson Elhage [980fa31] * configure.ac (modified) BarnOwl 1.5rc2 Sun, 20 Dec 2009 03:51:01 GMT Nelson Elhage [1fd6086] * ChangeLog (modified) * configure.ac (modified) BarnOwl 1.5rc1 Thu, 10 Dec 2009 19:08:51 GMT Anders Kaseorg [438009c] * configure.ac (modified) Correct the --with-libzephyr help string to --with-zephyr. ... Thu, 15 Oct 2009 17:42:55 GMT Nelson Elhage [30b634a] * configure.ac (modified) Bump version number for development. Sun, 11 Oct 2009 23:19:43 GMT Nelson Elhage [82fbdf0] * ChangeLog (modified) * configure.ac (modified) BarnOwl 1.4rc1 Mon, 28 Sep 2009 17:14:23 GMT Anders Kaseorg [de8945b] * configure.ac (modified) * m4/ax_cflags_strict_prototypes.m4 (added) Require strict prototypes. Signed-off-by: Anders Kaseorg ... Tue, 22 Sep 2009 00:18:37 GMT Anders Kaseorg [8073852] * Makefile.am (modified) * configure.ac (modified) * m4/ax_c_check_flag.m4 (added) * m4/ax_cflags_warn_all.m4 (added) * m4/pkg.m4 (added) Use an aclocal macro directory m4/, and add the macros we use. ... Tue, 15 Sep 2009 20:22:38 GMT Nelson Elhage [1c89df8] * configure.ac (modified) FOO → PERL_CFLAGS in configure.ac Signed-off-by: Nelson Elhage ... Tue, 15 Sep 2009 20:21:57 GMT Nelson Elhage [d193e28] * configure.ac (modified) Clean up AC_CHECK_FUNCS call. Signed-off-by: Nelson Elhage ... Tue, 15 Sep 2009 20:21:18 GMT Nelson Elhage [363eb9d] * configure.ac (modified) configure.ac: Use AC_SEARCH_LIBS for lib{nsl,socket,resolv}. We ... Tue, 15 Sep 2009 20:21:11 GMT Nelson Elhage [cc1eeac] * configure.ac (modified) configure.ac: Only use com_err if building --with-zephyr. ... Tue, 15 Sep 2009 20:21:07 GMT Nelson Elhage [806f769] * configure.ac (modified) * zcrypt.c (modified) configure.ac: Clean up checks for Kerberos IV. Instead of searching ... Tue, 15 Sep 2009 03:35:45 GMT Anders Kaseorg [79245bc] * configure.ac (modified) Compile with warnings enabled by default. Signed-off-by: Anders ... Tue, 15 Sep 2009 03:35:45 GMT Anders Kaseorg [215c119] * configure.ac (modified) * libfaim/Makefile.am (modified) Compile libfaim with -Wno-pointer-sign if the compiler supports it. ... Tue, 15 Sep 2009 03:35:45 GMT Anders Kaseorg [b3a77b1] * configure.ac (modified) * zcrypt.c (modified) Assume des_ecb_encrypt is prototyped. I can’t find a system that ... Tue, 15 Sep 2009 03:35:39 GMT Anders Kaseorg [ce27cc1] * configure.ac (modified) configure.ac: Reimplement -fstack-protector check with ... Tue, 15 Sep 2009 01:00:07 GMT Anders Kaseorg [d7cc50b] * codelist.pl (modified) * configure.ac (modified) * doc/code.txt (modified) * doc/intro.txt (modified) * examples/owlconf.erik (modified) * examples/owlconf.simple (modified) * examples/owlconf.vtformat (modified) * stubgen.pl (modified) Death to more RCS keywords. Signed-off-by: Anders Kaseorg ... Tue, 08 Sep 2009 00:53:28 GMT Anders Kaseorg [636de2a] * Makefile.am (modified) * configure.ac (modified) * perl/modules/Makefile.am (modified) Use automake’s silent-rules mode if available, for quieter build ... Fri, 28 Aug 2009 23:36:59 GMT Evan Broder [ec21c62] * configure.ac (modified) Correct the --with-libzephyr help message in the configure script. Mon, 17 Aug 2009 00:15:57 GMT Nelson Elhage [ecc958e] * configure.ac (modified) Bump the version # for development. Sun, 16 Aug 2009 23:48:28 GMT Nelson Elhage [6d80673] * ChangeLog (modified) * configure.ac (modified) BarnOwl 1.3 Thu, 06 Aug 2009 01:26:44 GMT Nelson Elhage [4656238] * configure.ac (modified) BarnOwl 1.3rc1 Thu, 06 Aug 2009 01:26:44 GMT Nelson Elhage [3ff3d86] * configure.ac (modified) * perl/lib/BarnOwl/Complete/Client.pm (modified) * perlglue.xs (modified) Complete variables and style names Tue, 28 Jul 2009 03:25:29 GMT Nelson Elhage [f4b7a03] * configure.ac (modified) Bump the version for locker build Sat, 25 Jul 2009 19:20:37 GMT Anders Kaseorg [b9c8d28] * .gitignore (modified) * configure.ac (modified) * perl/modules/Makefile.am (added) * perl/modules/Makefile.in (deleted) perl/modules/Makefile.am: Convert to automake. Signed-off-by: ... Wed, 22 Jul 2009 01:02:47 GMT Nelson Elhage [b00c0a1] * configure.ac (modified) Version # for locker build Sat, 18 Jul 2009 01:46:45 GMT Nelson Elhage [130633c] * .gitignore (modified) * Makefile.am (added) * Makefile.in (deleted) * athstatic (deleted) * autogen.sh (modified) * configure.ac (modified) * install.sh (deleted) * libfaim/Makefile.am (added) * libfaim/Makefile.in (deleted) * libfaim/configure.ac (deleted) * mkinstalldirs (deleted) * owl.h (modified) * perl/modules/Makefile.in (added) * scripts/do-release (modified) * scripts/locker-build (modified) * ChangeLog (modified) * codelist.pl (modified) * commands.c (modified) * editwin.c (modified) * functions.c (modified) * global.c (modified) * help.c (modified) * keys.c (modified) * owl.c (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Editwin.pm (added) * perl/lib/BarnOwl/Message.pm (modified) * perl/lib/BarnOwl/Message/Zephyr.pm (modified) * perl/lib/BarnOwl/Style/Default.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * perlconfig.c (modified) * perlglue.xs (modified) * tester.c (modified) * text.c (modified) * util.c (modified) * zwrite.c (modified) Merge branch 'automake' Conflicts: Makefile.in ... Sat, 18 Jul 2009 01:44:44 GMT Nelson Elhage [c08a725] * configure.ac (modified) Add perl libraries to LIBS instead of LDFLAGS. For reasons I don't ... Sat, 18 Jul 2009 01:44:44 GMT Nelson Elhage [0ce0535] * athstatic (deleted) * configure.ac (modified) Remove --with-athstatic --with-athstatic has no purpose any more, ... Sat, 18 Jul 2009 01:44:39 GMT Nelson Elhage [37f27bc] * .gitignore (modified) * Makefile.am (added) * Makefile.in (deleted) * autogen.sh (modified) * configure.ac (modified) * install.sh (deleted) * libfaim/Makefile.am (added) * libfaim/Makefile.in (deleted) * libfaim/configure.ac (deleted) * mkinstalldirs (deleted) * owl.h (modified) * perl/modules/Makefile.in (added) Switch the build system to using automake. Use automake for the ... Mon, 06 Jul 2009 01:02:13 GMT Nelson Elhage [4097723] * configure.ac (modified) configure: Support --with{out,}-stack-protector This is a cleaner ... Mon, 06 Jul 2009 00:49:25 GMT Nelson Elhage [16c0416] * configure.ac (modified) Fix building with Zephyr. Sun, 28 Jun 2009 22:34:25 GMT Nelson Elhage [2c270e6] * configure.ac (modified) configure: Support an explicit --with{out,}-zephyr option. Sat, 30 May 2009 18:29:04 GMT Nelson Elhage [c50f589] * Makefile.in (modified) * configure.ac (modified) Support --program-{prefix,suffix,transform}. Since our build ... Tue, 26 May 2009 20:03:50 GMT Anders Kaseorg [7c09b21] * configure.ac (modified) configure.ac: Replace echo with AC_MSG_NOTICE. Signed-off-by: ... Wed, 25 Feb 2009 04:48:47 GMT Sam Hartman [b5fe6d2] * configure.ac (modified) Support zcrypt using OpenSSL DES Support a hackish mechanism for ... Wed, 25 Feb 2009 04:48:13 GMT Sam Hartman [3da3afe] * configure.ac (modified) Remove unneeded dependency on krb5 and krb4 Barnowl links against ... Mon, 23 Feb 2009 02:28:29 GMT Anders Kaseorg [53d4634] * configure.ac (modified) Remove m4_include(/usr/share/aclocal/pkg.m4) and let aclocal deal. ... Fri, 13 Feb 2009 05:31:34 GMT Sam Hartman [87afe92] * configure.ac (modified) Support -fstack-protector Gcc and some Linux environments support a ... Sun, 08 Feb 2009 06:57:04 GMT Nelson Elhage [d54035d] * configure.ac (modified) clarify error message when curses is missing The lack of 'w' ... Fri, 02 May 2008 20:17:10 GMT Nelson Elhage [d9337637] * configure.ac (modified) Put glib's CFLAGS and LDFLAGS at the beginning of the corresponding ... Thu, 14 Feb 2008 04:39:41 GMT Nelson Elhage [680ed23] * configure.ac (moved) Rename configure.in to configure.ac so Debian autoconf DTRT.