~ubuntu-branches/debian/stretch/mobile-broadband-provider-info/stretch

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Package Import Robot
  • Author(s): Bhavani Shankar
  • Date: 2012-11-12 20:09:54 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20121112200954-sw5xnguhdx2uel99
Tags: 20121112-1
* Merging upstream version 20121112 from git.
* Summary of upstream changes:
  - ru: balance-check codes for some Russian providers (MTS and U-Tel)
  - gt: add Movistar Guatemala support
  - fr: add 'internetneuf' APN for SFR (older Neuf Telecom's plan)
  - de: add balance check and top-up codes for Congstar Germany
  - tr: add "mgb" APN for Turkcell operator 
  - mg: add Madagascar and it's providers Airtel, Orange and Telma
  - at: add VOLmobil Austria support, MVNO on T-Mobile's network
  - nl: add "Galaxy" operator support in Netherlands, MVNO on KPN
  - ml: added Malitel 3G+ GSM support, added names for Orange
  - autogen.sh: Honor NOCONFIGURE=1
  - es: add "telefonica.es" APN for Movistar Spain 
  - no: add Norwegian Chess MVNO, operating on NetCom's network
  - gb: updated information for giffgaff network.
  - ua: change Ukrainian "Life" to "life:)" for correct branding
  - sd: add MTN and Sudani providers in Sudan.
* Bump standards-version to 3.9.4 

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
 
17
17
(cd $srcdir;
18
 
    autoreconf --install --symlink &&
19
 
    autoreconf &&
20
 
    ./configure $@
 
18
    autoreconf --force --install --verbose
 
19
    test -n "$NOCONFIGURE" || ./configure "$@"
21
20
)
22
21