diff options
author | David Zeuthen <davidz@redhat.com> | 2007-05-02 23:18:16 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2007-05-02 23:18:16 -0400 |
commit | 627a4c08677b5a9c703d51d694c945110ce1d8cf (patch) | |
tree | 014907e8cb9df2ea98ffe8376156098cdb71bf4a /configure.in | |
parent | 6a3d21ee7d309c8107098e175f8d15f8ea191684 (diff) |
incorporate autotools changes
Suggested here
http://lists.freedesktop.org/archives/hal/2007-May/008218.html
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 57c27813..b2447bc0 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59c) AC_INIT(hal, 0.5.10, david@fubar.dk) -AM_INIT_AUTOMAKE([gnu 1.5]) +AM_INIT_AUTOMAKE([gnu 1.9]) AM_MAINTAINER_MODE glib_module="glib-2.0 >= 2.6.0 gobject-2.0 > 2.6.0 dbus-glib-1 >= 0.61" |