summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2012-03-02 20:11:55 -0500
committerPaul W. Frields <stickster@gmail.com>2012-03-02 20:11:55 -0500
commit29637ceae35271c44a44a671b86caa149ef1880e (patch)
treee39723162c15c4e1d27c526a72f42c722a6e250d /configure.in
parent1ef5e9d11c6fa9300738946bb0fa28c01d9c12a3 (diff)
downloadirssi-python-29637ceae35271c44a44a671b86caa149ef1880e.tar.gz
irssi-python-29637ceae35271c44a44a671b86caa149ef1880e.tar.xz
irssi-python-29637ceae35271c44a44a671b86caa149ef1880e.zip
Patch to build against 0.8.15
For more information, refer to: http://sector-5.net/archives/irssi-python-for-irssi-0-8-15/
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 4405682..e49f64d 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@
#AC_PREREQ(2.59)
AC_INIT(irssi-python, test3, loafier@gmail.com)
-AC_CONFIG_SRCDIR([src/pyconstants.c])
+AC_CONFIG_SRCDIR([src/pycore.c])
AC_CONFIG_HEADER([pyirssi-config.h])
AM_INIT_AUTOMAKE([irssi-python], [test3])
AM_DISABLE_STATIC
@@ -63,5 +63,5 @@ fi
#AC_CONFIG_FILES([src/Makefile src/objects/Makefile])
#AC_OUTPUT([Makefile src/Makefile src/objects/Makefile])
#AC_OUTPUT([Makefile src/Makefile src/objects/Makefile])
-AC_CONFIG_FILES([Makefile scripts/Makefile docs/Makefile src/Makefile src/objects/Makefile])
+AC_CONFIG_FILES([Makefile scripts/Makefile src/Makefile src/objects/Makefile])
AC_OUTPUT