aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/se-Skattungbyn
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2018-05-10 22:09:18 +0200
committerOlliver Schinagl <oliver@schinagl.nl>2018-05-10 22:09:18 +0200
commitbba6c923e73d3028f694793c281ce6d386b6d48c (patch)
treef432934f8d450a29a77cd43317be1eea6c8e4310 /dvb-t/se-Skattungbyn
parente82c2c8b0620cd034064223097dd13e8d4169c2b (diff)
downloaddtv-scan-tables-bba6c923e73d3028f694793c281ce6d386b6d48c.tar.gz
Drop Agila 2 146.0E
Agila 2 was moved in late 2011 to 3 West, renamed to ABS-3 [0]. The transponder frequencies are no match for the ABS-3 so lets just remove it. [0] http://space.skyrocket.de/doc_sdat/agila-2.htm Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
nteger */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#!/bin/sh

# $Id$
# $URL$

# exit on errors
set -e

# set nicer prompt for tracing
PS4="$0:\$LINENO> "
set -x

aclocal
# libtoolize --copy --force 
autoheader
automake --add-missing --copy --foreign 
autoconf