summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-05-26 23:18:20 -0400
committerDan Williams <dcbw@redhat.com>2009-05-26 23:18:20 -0400
commite5fd0d73061cd10e89d0f5a8c0e748312653ce65 (patch)
tree396bde9342b6bd384ce49b39c0a3f9adffdb71a4 /configure.ac
parent5df33e6b2cf234651ccee6db0c4007c292b84025 (diff)
downloadmobile-broadband-provider-info-e5fd0d73061cd10e89d0f5a8c0e748312653ce65.tar.gz
add an autogen.sh; clean up configure.ac
Diffstat (limited to 'configure.ac')
-rwxr-xr-x[-rw-r--r--]configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cf50e7e..b06284a 100644..100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,11 @@
-AC_INIT([mobile-broadband-provider-info], [20090309])
+AC_PREREQ(2.52)
+
+AC_INIT(mobile-broadband-provider-info, 20090309, antti@kaijanmaki.net, mobile-broadband-provider-info)
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_MAINTAINER_MODE
AC_CONFIG_FILES([
Makefile
mobile-broadband-provider-info.pc
])
-AC_OUTPUT \ No newline at end of file
+AC_OUTPUT