mobile-broadband-provider-info r3 -



Author: kaijanma
Date: Tue Jul 22 09:23:59 2008
New Revision: 3
URL: http://svn.gnome.org/viewvc/mobile-broadband-provider-info?rev=3&view=rev

Log:
Use the GNU Build Tools for configuration and installation

Added:
   Makefile.am
   README.svn
   configure.ac

Added: Makefile.am
==============================================================================
--- (empty file)
+++ Makefile.am	Tue Jul 22 09:23:59 2008
@@ -0,0 +1 @@
+dist_pkgdata_DATA = serviceproviders.xml serviceproviders.dtd

Added: README.svn
==============================================================================
--- (empty file)
+++ README.svn	Tue Jul 22 09:23:59 2008
@@ -0,0 +1,9 @@
+Edit instructions can be found from:
+http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders
+
+MAKE SURE YOU VALIDATE THE DATABASE AFTER CHANGES!!
+
+
+If you wish to install the package execute:
+    $ auroreconf -i
+to bootstrap the package.
\ No newline at end of file

Added: configure.ac
==============================================================================
--- (empty file)
+++ configure.ac	Tue Jul 22 09:23:59 2008
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]