summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChristopher Davis <loafier@gmail.com>2006-08-17 02:24:45 +0000
committerChristopher Davis <loafier@gmail.com>2006-08-17 02:24:45 +0000
commitfbad6a9f89e360727e42820250c8bdbc8e820743 (patch)
tree25e11ce750e4b550d2a07781b15e4119a6391d2d /configure.in
parent31d5cc05e5d42fe36875efee92cdf3a4f203636f (diff)
downloadirssi-python-fbad6a9f89e360727e42820250c8bdbc8e820743.tar.gz
irssi-python-fbad6a9f89e360727e42820250c8bdbc8e820743.tar.xz
irssi-python-fbad6a9f89e360727e42820250c8bdbc8e820743.zip
test2
git-svn-id: http://svn.irssi.org/repos/irssi-python@4318 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 0a0e885..8482e81 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, test1, loafier@gmail.com)
+AC_INIT(irssi-python, test2, loafier@gmail.com)
AC_CONFIG_SRCDIR([src/pyconstants.c])
AC_CONFIG_HEADER([pyirssi-config.h])
-AM_INIT_AUTOMAKE([irssi-python], [test1])
+AM_INIT_AUTOMAKE([irssi-python], [test2])
AM_DISABLE_STATIC
AM_PROG_LIBTOOL