GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / share / automake-1.11 / Automake / Config.pm
blobeb5bacf29a7ac06a59b7adf467cb9af4e30f77ce
1 # Copyright (C) 2003, 2004, 2008 Free Software Foundation, Inc. -*- Perl -*-
2 # Generated from Config.in; do not edit by hand.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
7 # any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17 package Automake::Config;
18 use strict;
20 use 5.006;
21 require Exporter;
23 our @ISA = qw (Exporter);
24 our @EXPORT = qw ($APIVERSION $PACKAGE $VERSION $libdir $perl_threads);
26 # Parameters set by configure. Not to be changed. NOTE: assign
27 # VERSION as string so that e.g. version 0.30 will print correctly.
28 our $APIVERSION = '1.11';
29 our $PACKAGE = 'automake';
30 our $VERSION = '1.11.1';
31 our $libdir = '/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/automake-1.11';
32 our $perl_threads = 1;
34 1;;
36 ### Setup "GNU" style for perl-mode and cperl-mode.
37 ## Local Variables:
38 ## perl-indent-level: 2
39 ## perl-continued-statement-offset: 2
40 ## perl-continued-brace-offset: 0
41 ## perl-brace-offset: 0
42 ## perl-brace-imaginary-offset: 0
43 ## perl-label-offset: -2
44 ## cperl-indent-level: 2
45 ## cperl-brace-offset: 0
46 ## cperl-continued-brace-offset: 0
47 ## cperl-label-offset: -2
48 ## cperl-extra-newline-before-brace: t
49 ## cperl-merge-trailing-else: nil
50 ## cperl-continued-statement-offset: 2
51 ## End: