chiark / gitweb /
configure.ac: Use the new autoconf field to set the project webpage
authorJavier Jardón <jjardon@gnome.org>
Mon, 21 Nov 2011 17:18:33 +0000 (17:18 +0000)
committerLennart Poettering <lennart@poettering.net>
Tue, 17 Apr 2012 14:01:08 +0000 (16:01 +0200)
configure.ac

index 793b9437eca4e2323154d244ed64a8869340483e..c635a0504ba100b7e536e4f50d544e4727673440 100644 (file)
 #  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@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])