summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-11-21 17:18:33 +0000
committerLennart Poettering <lennart@poettering.net>2012-04-17 16:01:08 +0200
commit4e949c11a1df4547d5f102e4131e07b026369cd7 (patch)
treeb0ee319c8c61a16bc3a54087cdb6600579b0ce48 /configure.ac
parent25016cb67f22db15b6d2625177a5a2429dcaab66 (diff)
configure.ac: Use the new autoconf field to set the project webpage
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 7 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 793b9437e..c635a0504 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@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])