1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Changes the name of the package
Author: Jorge Salamero Sanz <bencer@cauterized.net>
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([jabberd], [2.7.0], [jabberd2@lists.xiaoka.com])
+AC_INIT([jabberd2], [2.7.0], [jabberd2@lists.xiaoka.com])
AC_CONFIG_SRCDIR([sx/sx.h])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE
|