summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChristopher Davis <loafier@gmail.com>2006-08-27 23:36:58 +0000
committerChristopher Davis <loafier@gmail.com>2006-08-27 23:36:58 +0000
commit6049b35cf93b1b9b188be11eace4e48ca2318286 (patch)
treef28a40e67f48dcf36ff6948610b9fc7f8ddd758a /configure.in
parent45e5419cb663fb922b297f50af3c227a6cb7cfd2 (diff)
downloadirssi-python-6049b35cf93b1b9b188be11eace4e48ca2318286.tar.gz
irssi-python-6049b35cf93b1b9b188be11eace4e48ca2318286.tar.xz
irssi-python-6049b35cf93b1b9b188be11eace4e48ca2318286.zip
scripts and README
git-svn-id: http://svn.irssi.org/repos/irssi-python@4324 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 8482e81..4405682 100644
--- a/configure.in
+++ b/configure.in
@@ -2,10 +2,10 @@
# Process this file with autoconf to produce a configure script.
#AC_PREREQ(2.59)
-AC_INIT(irssi-python, test2, loafier@gmail.com)
+AC_INIT(irssi-python, test3, loafier@gmail.com)
AC_CONFIG_SRCDIR([src/pyconstants.c])
AC_CONFIG_HEADER([pyirssi-config.h])
-AM_INIT_AUTOMAKE([irssi-python], [test2])
+AM_INIT_AUTOMAKE([irssi-python], [test3])
AM_DISABLE_STATIC
AM_PROG_LIBTOOL