[systemd-commits] configure.ac

Lennart Poettering lennart at kemper.freedesktop.org
Tue Apr 17 07:01:41 PDT 2012


 configure.ac |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 4e949c11a1df4547d5f102e4131e07b026369cd7
Author: Javier Jardón <jjardon at gnome.org>
Date:   Mon Nov 21 17:18:33 2011 +0000

    configure.ac: Use the new autoconf field to set the project webpage

diff --git a/configure.ac b/configure.ac
index 793b943..c635a05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,10 +16,14 @@
 #  You should have received a copy of the GNU Lesser General Public License
 #  along with systemd; If not, see <http://www.gnu.org/licenses/>.
 
-AC_PREREQ(2.63)
+AC_PREREQ([2.64])
+
+AC_INIT([systemd],
+        [182],
+        [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
+        [systemd],
+        [http://www.freedesktop.org/wiki/Software/systemd])
 
-AC_INIT([systemd],[182],[systemd-devel at lists.freedesktop.org])
-AC_SUBST(PACKAGE_URL, [http://www.freedesktop.org/wiki/Software/systemd])
 AC_CONFIG_SRCDIR([src/core/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])



More information about the systemd-commits mailing list