doc/local.mk (EXTRA_DIST): Add missing files.
[ttfautohint.git] / bootstrap.conf
blob12a561dc6dbac5ed3fe85c990bde720eb2d8cfce
1 # Bootstrap configuration.
3 # Copyright (C) 2006-2014 Free Software Foundation, Inc.
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
19 # gnulib structure in ttfautohint bundle
20 m4_base=gnulib/m4
21 source_base=gnulib/src
22 build_aux=gnulib
23 gnulib_name=libgnu
25 checkout_only_file=INSTALL.git
28 # gnulib modules used by this package.
29 gnulib_modules="
30   dirname-lgpl
31   fcntl-h
32   getopt-gnu
33   git-version-gen
34   isatty
35   memmem-simple
36   non-recursive-gnulib-prefix-hack
37   stdarg
38   stdbool
39   stdint
40   std-gnu11
41   strerror_r-posix
42   strndup
43   strtok_r
44   strtoull
45   vasprintf
48 # We have a non-recursive automake setup; tell `gnulib-tool' to not create
49 # `Makefile.am' but `gnulib.mk' that we can include.
50 gnulib_tool_option_extras="
51   --lgpl
52   --makefile-name=gnulib.mk
56 bootstrap_post_import_hook()
58   # Make `gnulib.mk' work with automake's `subdir-objects' option.
59   # Currently, we need a patched version because `lib' is hard-coded as a
60   # variable prefix.
61   patch -d $build_aux < $build_aux/prefix-gnulib-mk.diff
62   $build_aux/prefix-gnulib-mk --lib-name=$gnulib_name $source_base/$gnulib_mk
64   # Currently, the subdirectory `lib' is hard-coded in module
65   # `non-recursive-gnulib-prefix-hack'; we have to change this to
66   # `gnulib/src'.
67   mv $m4_base/gnulib-comp.m4 $m4_base/gnulib-comp.tmp
68   sed -e 's,PREFIX_HACK(\[lib\]),PREFIX_HACK([gnulib/src]),' \
69     < $m4_base/gnulib-comp.tmp \
70     > $m4_base/gnulib-comp.m4
74 # Additional xgettext options to use.  Use "\\\newline" to break lines.
75 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
76  --from-code=UTF-8\\\
77  --flag=asprintf:2:c-format --flag=vasprintf:2:c-format\\\
78  --flag=asnprintf:3:c-format --flag=vasnprintf:3:c-format\\\
79  --flag=wrapf:1:c-format\\\
82 # If "AM_GNU_GETTEXT(external" or "AM_GNU_GETTEXT([external]"
83 # appears in configure.ac, exclude some unnecessary files.
84 # Without grep's -E option (not portable enough, pre-configure),
85 # the following test is ugly.  Also, this depends on the existence
86 # of configure.ac, not the obsolescent-named configure.in.  But if
87 # you're using this infrastructure, you should care about such things.
89 gettext_external=0
90 grep '^[         ]*AM_GNU_GETTEXT(external\>' configure.ac > /dev/null &&
91   gettext_external=1
92 grep '^[         ]*AM_GNU_GETTEXT(\[external\]' configure.ac > /dev/null &&
93   gettext_external=1
95 if test $gettext_external = 1; then
96   # Gettext supplies these files, but we don't need them since
97   # we don't have an intl subdirectory.
98   excluded_files='
99       m4/glibc2.m4
100       m4/intdiv0.m4
101       m4/lcmessage.m4
102       m4/lock.m4
103       m4/printf-posix.m4
104       m4/size_max.m4
105       m4/uintmax_t.m4
106       m4/ulonglong.m4
107       m4/visibility.m4
108       m4/xsize.m4
109   '
112 # Build prerequisites
113 buildreq="\
114 autoconf   2.65
115 automake   1.13
116 bison      2.5
117 flex       -
118 git        1.5.5
119 libtool    2.2.2
120 tar        -