summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAntti Kaijanmäki <kaijanma@src.gnome.org>2008-07-22 09:23:59 +0000
committerAntti Kaijanmäki <kaijanma@src.gnome.org>2008-07-22 09:23:59 +0000
commit850f99d79693699de60dbcf935f0e28cf6d54120 (patch)
tree08fab833e5c2075f84655d50ca28715bc88be310 /configure.ac
parent0820e056871a0f6bcefcb3a86f7fb55f760c4b22 (diff)
downloadmobile-broadband-provider-info-850f99d79693699de60dbcf935f0e28cf6d54120.tar.gz
Use the GNU Build Tools for configuration and installation
svn path=/; revision=3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..eca6e08
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,7 @@
+AC_INIT([mobile-broadband-provider-info], [20080721])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+
+AC_CONFIG_FILES([
+ Makefile
+])
+AC_OUTPUT \ No newline at end of file