Skip to content

Commit

Permalink
Require autoconf 2.64+ to use package bugreport and project URL in AC…
Browse files Browse the repository at this point in the history
…_INIT
  • Loading branch information
FunkyM committed Jan 29, 2015
1 parent e489021 commit 21e059b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT(libideviceactivation, 1.0.1, info@libimobiledevice.org)
AC_PREREQ(2.64)
AC_INIT([libideviceactivation], [1.0.1], [https://github.com/libimobiledevice/libideviceactivation/issues],, [http://libimobiledevice.org])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_SRCDIR([src/])
Expand Down

0 comments on commit 21e059b

Please sign in to comment.