~ubuntu-branches/ubuntu/natty/mobile-broadband-provider-info/natty

1
2
3
4
5
6
7
8
9
10
11
AC_PREREQ(2.52)

AC_INIT(mobile-broadband-provider-info, 20110218, dcbw@redhat.com, mobile-broadband-provider-info)
AM_INIT_AUTOMAKE([-Wall -Werror foreign no-dist-gzip dist-bzip2])
AM_MAINTAINER_MODE

AC_CONFIG_FILES([
	Makefile
	mobile-broadband-provider-info.pc
])
AC_OUTPUT