]> git.pld-linux.org Git - packages/ctorrent.git/blame - ctorrent-m4.patch
rebuild with openssl 3.0.0
[packages/ctorrent.git] / ctorrent-m4.patch
CommitLineData
c0904cc4 1diff -burNp ctorrent-dnh3.3.2/configure.ac ctorrent-dnh3.3.2-new/configure.ac
2--- ctorrent-dnh3.3.2/configure.ac 2008-06-15 02:00:19.000000000 +0200
3+++ ctorrent-dnh3.3.2-new/configure.ac 2009-01-14 21:26:34.106664532 +0100
71c29918
AF
4@@ -1,7 +1,7 @@
5 # Process this file with autoconf to produce a configure script.
6 m4_include([version.m4])
7-AC_INIT([m4_PACKAGE_NAME], [m4_PACKAGE_VERSION], [m4_PACKAGE_BUGREPORT],
8- [m4_PACKAGE_TARNAME])
9+AC_INIT([l_PACKAGE_NAME], [l_PACKAGE_VERSION], [l_PACKAGE_BUGREPORT],
10+ [l_PACKAGE_TARNAME])
11 AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME], [AC_PACKAGE_VERSION])
12 AC_CONFIG_HEADERS([config.h])
13 AC_CONFIG_FILES([Makefile])
c0904cc4 14diff -burNp ctorrent-dnh3.3.2/version.m4 ctorrent-dnh3.3.2-new/version.m4
15--- ctorrent-dnh3.3.2/version.m4 2008-06-15 02:00:19.000000000 +0200
16+++ ctorrent-dnh3.3.2-new/version.m4 2009-01-14 21:25:32.563963094 +0100
17@@ -1,5 +1,5 @@
18-m4_define([m4_PACKAGE_NAME], [Enhanced CTorrent])
19-m4_define([m4_PACKAGE_TARNAME], [ctorrent])
20-m4_define([m4_PACKAGE_VERSION], [dnh3.3.2])
21-m4_define([m4_PACKAGE_BUGREPORT], [http://sourceforge.net/projects/dtorrent/ or dholmes@ct.boxmail.com])
22+m4_define([l_PACKAGE_NAME], [Enhanced CTorrent])
23+m4_define([l_PACKAGE_TARNAME], [ctorrent])
24+m4_define([l_PACKAGE_VERSION], [dnh3.3.2])
25+m4_define([l_PACKAGE_BUGREPORT], [http://sourceforge.net/projects/dtorrent/ or dholmes@ct.boxmail.com])
26
This page took 0.068396 seconds and 4 git commands to generate.