Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
[gnulib.git] / gnulib-tool
1 #! /bin/sh
2 #
3 # Copyright (C) 2002-2006 Free Software Foundation, Inc.
4 #
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 2, or (at your option)
8 # any later version.
9 #
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.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software Foundation,
17 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 #
19
20 # This program is meant for authors or maintainers which want to import
21 # modules from gnulib into their packages.
22
23 progname=$0
24 package=gnulib
25 cvsdatestamp='$Date: 2006-10-02 11:40:10 $'
26 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
27 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
28 nl='
29 '
30
31 # You can set AUTOCONFPATH to empty if autoconf 2.57 is already in your PATH.
32 AUTOCONFPATH=
33 #case $USER in
34 #  bruno )
35 #    AUTOCONFBINDIR=/packages/gnu-inst-autoconf/2.57/bin
36 #    AUTOCONFPATH="eval env PATH=${AUTOCONFBINDIR}:\$PATH "
37 #    ;;
38 #esac
39
40 # You can set AUTOMAKEPATH to empty if automake 1.9.x is already in your PATH.
41 AUTOMAKEPATH=
42
43 # If you didn't set AUTOCONFPATH and AUTOMAKEPATH, you can also set the
44 # variables AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF individually.
45 if test -z "${AUTOCONF}" || test -n "${AUTOCONFPATH}"; then
46   AUTOCONF="${AUTOCONFPATH}autoconf"
47 fi
48 if test -z "${ACLOCAL}" || test -n "${AUTOMAKEPATH}"; then
49   ACLOCAL="${AUTOMAKEPATH}aclocal"
50 fi
51 if test -z "${AUTOMAKE}" || test -n "${AUTOMAKEPATH}"; then
52   AUTOMAKE="${AUTOMAKEPATH}automake"
53 fi
54 if test -z "${AUTORECONF}" || test -n "${AUTOCONFPATH}"; then
55   AUTORECONF="${AUTOCONFPATH}autoreconf"
56 fi
57
58 # GNU sort is needed. Set SORT to its location (not needed if it's called
59 # 'sort' and already in the PATH).
60 if test -z "$SORT"; then
61   SORT=sort
62 fi
63
64 # func_usage
65 # outputs to stdout the --help usage message.
66 func_usage ()
67 {
68   echo "\
69 Usage: gnulib-tool --list
70        gnulib-tool --import [module1 ... moduleN]
71        gnulib-tool --update
72        gnulib-tool --create-testdir --dir=directory module1 ... moduleN
73        gnulib-tool --create-megatestdir --dir=directory [module1 ... moduleN]
74        gnulib-tool --test --dir=directory module1 ... moduleN
75        gnulib-tool --megatest --dir=directory [module1 ... moduleN]
76        gnulib-tool --extract-description module
77        gnulib-tool --extract-filelist module
78        gnulib-tool --extract-dependencies module
79        gnulib-tool --extract-autoconf-snippet module
80        gnulib-tool --extract-automake-snippet module
81        gnulib-tool --extract-include-directive module
82        gnulib-tool --extract-license module
83        gnulib-tool --extract-maintainer module
84        gnulib-tool --extract-tests-module module
85
86 Operation modes:
87       --list                print the available module names
88       --import              import the given modules into the current package;
89                             if no modules are specified, update the current
90                             package from the current gnulib
91       --update              update the current package, restore files omitted
92                             from CVS
93       --create-testdir      create a scratch package with the given modules
94       --create-megatestdir  create a mega scratch package with the given modules
95                             one by one and all together
96       --test                test the combination of the given modules
97                             (recommended to use CC=\"gcc -Wall\" here)
98       --megatest            test the given modules one by one and all together
99                             (recommended to use CC=\"gcc -Wall\" here)
100       --extract-description        extract the description
101       --extract-filelist           extract the list of files
102       --extract-dependencies       extract the dependencies
103       --extract-autoconf-snippet   extract the snippet for configure.ac
104       --extract-automake-snippet   extract the snippet for library makefile
105       --extract-include-directive  extract the #include directive
106       --extract-license            report the license terms of the source files
107                                    under lib/
108       --extract-maintainer         report the maintainer(s) inside gnulib
109       --extract-tests-module       report the unit test module, if it exists
110
111 General options:
112       --dir=DIRECTORY       Specify the target directory.
113                             For --import, this specifies where your
114                             configure.ac can be found.  Defaults to current
115                             directory.
116       --local-dir=DIRECTORY  Specify a local override directory where to look
117                             up files before looking in gnulib's directory.
118
119 Options for --import:
120       --lib=LIBRARY         Specify the library name.  Defaults to 'libgnu'.
121       --source-base=DIRECTORY
122                             Directory relative to --dir where source code is
123                             placed (default \"lib\").
124       --m4-base=DIRECTORY   Directory relative to --dir where *.m4 macros are
125                             placed (default \"m4\").
126       --doc-base=DIRECTORY  Directory relative to --dir where doc files are
127                             placed (default \"doc\").
128       --tests-base=DIRECTORY
129                             Directory relative to --dir where unit tests are
130                             placed (default \"tests\").
131       --aux-dir=DIRECTORY   Directory relative to --dir where auxiliary build
132                             tools are placed (default \"build-aux\").
133       --with-tests          Include unit tests for the included modules.
134       --avoid=MODULE        Avoid including the given MODULE. Useful if you
135                             have code that provides equivalent functionality.
136                             This option can be repeated.
137       --lgpl                Abort if modules aren't available under the LGPL.
138                             Also modify license template from GPL to LGPL.
139       --makefile-name=NAME  Name of makefile in automake syntax in the
140                             source-base and tests-base directories
141                             (default \"Makefile.am\").
142       --libtool             Use libtool rules.
143       --no-libtool          Don't use libtool rules.
144       --macro-prefix=PREFIX  Specify the prefix of the macros 'gl_EARLY' and
145                             'gl_INIT'. Default is 'gl'.
146       --no-changelog        don't update or create ChangeLog files
147
148 Options for --import and --update:
149       --dry-run             For --import, only print what would have been done.
150   -s, --symbolic, --symlink Make symbolic links instead of copying files.
151
152 Report bugs to <bug-gnulib@gnu.org>."
153 }
154
155 # func_version
156 # outputs to stdout the --version message.
157 func_version ()
158 {
159   year=`echo "$last_checkin_date" | sed -e 's,/.*$,,'`
160   echo "\
161 $progname (GNU $package) $version
162 Copyright (C) $year Free Software Foundation, Inc.
163 This is free software; see the source for copying conditions.  There is NO
164 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
165 Written by" "Bruno Haible" "and" "Simon Josefsson"
166 }
167
168 # func_emit_copyright_notice
169 # outputs to stdout a header for a generated file.
170 func_emit_copyright_notice ()
171 {
172   echo "# Copyright (C) 2004-2006 Free Software Foundation, Inc."
173   echo "#"
174   echo "# This file is free software, distributed under the terms of the GNU"
175   echo "# General Public License.  As a special exception to the GNU General"
176   echo "# Public License, this file may be distributed as part of a program"
177   echo "# that contains a configuration script generated by Autoconf, under"
178   echo "# the same distribution terms as the rest of that program."
179   echo "#"
180   echo "# Generated by gnulib-tool."
181 }
182
183 # func_exit STATUS
184 # exit with status
185 func_exit ()
186 {
187   (exit $1); exit $1
188 }
189
190 # func_tmpdir
191 # creates a temporary directory.
192 # Sets variable
193 # - tmp             pathname of freshly created temporary directory
194 func_tmpdir ()
195 {
196   # Use the environment variable TMPDIR, falling back to /tmp. This allows
197   # users to specify a different temporary directory, for example, if their
198   # /tmp is filled up or too small.
199   : ${TMPDIR=/tmp}
200   {
201     # Use the mktemp program if available. If not available, hide the error
202     # message.
203     tmp=`(umask 077 && mktemp -d "$TMPDIR/glXXXXXX") 2>/dev/null` &&
204     test -n "$tmp" && test -d "$tmp"
205   } ||
206   {
207     # Use a simple mkdir command. It is guaranteed to fail if the directory
208     # already exists.  $RANDOM is bash specific and expands to empty in shells
209     # other than bash, ksh and zsh.  Its use does not increase security;
210     # rather, it minimizes the probability of failure in a very cluttered /tmp
211     # directory.
212     tmp=$TMPDIR/gl$$-$RANDOM
213     (umask 077 && mkdir "$tmp")
214   } ||
215   {
216     echo "$0: cannot create a temporary directory in $TMPDIR" >&2
217     func_exit 1
218   }
219 }
220
221 # func_append var value
222 # appends the given value to the shell variable var.
223 if ( foo=bar; foo+=baz && test "$foo" = barbaz ) >/dev/null 2>&1; then
224   # Use bash's += operator. It reduces complexity of appending repeatedly to
225   # a single variable from O(n^2) to O(n).
226   func_append ()
227   {
228     eval "$1+=\"\$2\""
229   }
230 else
231   func_append ()
232   {
233     eval "$1=\"\$$1\$2\""
234   }
235 fi
236
237 # func_fatal_error message
238 # outputs to stderr a fatal error message, and terminates the program.
239 func_fatal_error ()
240 {
241   echo "gnulib-tool: *** $1" 1>&2
242   echo "gnulib-tool: *** Stop." 1>&2
243   func_exit 1
244 }
245
246 # func_readlink SYMLINK
247 # outputs the target of the given symlink.
248 if (type -p readlink) > /dev/null 2>&1; then
249   func_readlink ()
250   {
251     # Use the readlink program from GNU coreutils.
252     readlink "$1"
253   }
254 else
255   func_readlink ()
256   {
257     # Use two sed invocations. A single sed -n -e 's,^.* -> \(.*\)$,\1,p'
258     # would do the wrong thing if the link target contains " -> ".
259     LC_ALL=C ls -l "$1" | sed -e 's, -> ,#%%#,' | sed -n -e 's,^.*#%%#\(.*\)$,\1,p'
260   }
261 fi
262
263 # func_ln_if_changed SRC DEST
264 # Like ln -s, but avoids munging timestamps if the link is correct.
265 func_ln_if_changed ()
266 {
267   if test $# -ne 2; then
268     echo "usage: func_ln_if_changed SRC DEST" >&2
269   fi
270   if test -L "$2" && test "$1" = "`func_readlink "$2"`"; then
271     :
272   else
273     rm -f "$2"
274     ln -s "$1" "$2"
275   fi
276 }
277
278 # func_relativize DIR1 DIR2
279 # computes a relative pathname RELDIR such that DIR1/RELDIR = DIR2.
280 # Input:
281 # - DIR1            relative pathname, relative to the current directory
282 # - DIR2            relative pathname, relative to the current directory
283 # Output:
284 # - reldir          relative pathname of DIR2, relative to DIR1
285 func_relativize ()
286 {
287   dir0=`pwd`
288   dir1="$1"
289   dir2="$2"
290   sed_first='s,^\([^/]*\)/.*$,\1,'
291   sed_rest='s,^[^/]*/*,,'
292   sed_last='s,^.*/\([^/]*\)$,\1,'
293   sed_butlast='s,/*[^/]*$,,'
294   while test -n "$dir1"; do
295     first=`echo "$dir1" | sed -e "$sed_first"`
296     if test "$first" != "."; then
297       if test "$first" = ".."; then
298         dir2=`echo "$dir0" | sed -e "$sed_last"`/"$dir2"
299         dir0=`echo "$dir0" | sed -e "$sed_butlast"`
300       else
301         first2=`echo "$dir2" | sed -e "$sed_first"`
302         if test "$first2" = "$first"; then
303           dir2=`echo "$dir2" | sed -e "$sed_rest"`
304         else
305           dir2="../$dir2"
306         fi
307         dir0="$dir0"/"$first"
308       fi
309     fi
310     dir1=`echo "$dir1" | sed -e "$sed_rest"`
311   done
312   reldir="$dir2"
313 }
314
315 # func_relconcat DIR1 DIR2
316 # computes a relative pathname DIR1/DIR2, with obvious simplifications.
317 # Input:
318 # - DIR1            relative pathname, relative to the current directory
319 # - DIR2            relative pathname, relative to DIR1
320 # Output:
321 # - relconcat       DIR1/DIR2, relative to the current directory
322 func_relconcat ()
323 {
324   dir1="$1"
325   dir2="$2"
326   sed_first='s,^\([^/]*\)/.*$,\1,'
327   sed_rest='s,^[^/]*/*,,'
328   sed_last='s,^.*/\([^/]*\)$,\1,'
329   sed_butlast='s,/*[^/]*$,,'
330   while true; do
331     first=`echo "$dir2" | sed -e "$sed_first"`
332     if test "$first" = "."; then
333       dir2=`echo "$dir2" | sed -e "$sed_rest"`
334       if test -z "$dir2"; then
335         relconcat="$dir1"
336         break
337       fi
338     else
339       last=`echo "$dir1" | sed -e "$sed_last"`
340       while test "$last" = "."; do
341         dir1=`echo "$dir1" | sed -e "$sed_butlast"`
342         last=`echo "$dir1" | sed -e "$sed_last"`
343       done
344       if test -z "$dir1"; then
345         relconcat="$dir2"
346         break
347       fi
348       if test "$first" = ".."; then
349         if test "$last" = ".."; then
350           relconcat="$dir1/$dir2"
351           break
352         fi
353         dir1=`echo "$dir1" | sed -e "$sed_butlast"`
354         dir2=`echo "$dir2" | sed -e "$sed_rest"`
355         if test -z "$dir1"; then
356           relconcat="$dir2"
357           break
358         fi
359         if test -z "$dir2"; then
360           relconcat="$dir1"
361           break
362         fi
363       else
364         relconcat="$dir1/$dir2"
365         break
366       fi
367     fi
368   done
369 }
370
371 # Command-line option processing.
372 # Removes the OPTIONS from the arguments. Sets the variables:
373 # - mode            list or import or create-testdir or create-megatestdir
374 # - destdir         from --dir
375 # - local_gnulib_dir  from --local-dir
376 # - libname, supplied_libname  from --lib
377 # - sourcebase      from --source-base
378 # - m4base          from --m4-base
379 # - docbase         from --doc-base
380 # - testsbase       from --tests-base
381 # - auxdir          from --aux-dir
382 # - inctests        true if --with-tests was given, blank otherwise
383 # - avoidlist       list of modules to avoid, from --avoid
384 # - lgpl            true if --lgpl was given, blank otherwise
385 # - makefile_name   from --makefile-name
386 # - libtool         true if --libtool was given, false if --no-libtool was
387 #                   given, blank otherwise
388 # - macro_prefix    from --macro-prefix
389 # - autoconf_minversion  minimum supported autoconf version
390 # - do_changelog    false if --no-changelog was given, : otherwise
391 # - doit            : if actions shall be executed, false if only to be printed
392 # - symbolic        true if --symbolic was given, blank otherwise
393 {
394   mode=
395   destdir=
396   local_gnulib_dir=
397   libname=libgnu
398   supplied_libname=
399   sourcebase=
400   m4base=
401   docbase=
402   testsbase=
403   auxdir=
404   inctests=
405   avoidlist=
406   lgpl=
407   makefile_name=
408   libtool=
409   macro_prefix=
410   do_changelog=:
411   doit=:
412   symbolic=
413
414   supplied_opts="$@"
415
416   while test $# -gt 0; do
417     case "$1" in
418       --list | --lis )
419         mode=list
420         shift ;;
421       --import | --impor | --impo | --imp | --im | --i )
422         mode=import
423         shift ;;
424       --update | --updat | --upda | --upd | --up | --u )
425         mode=update
426         shift ;;
427       --create-testdir | --create-testdi | --create-testd | --create-test | --create-tes | --create-te | --create-t )
428         mode=create-testdir
429         shift ;;
430       --create-megatestdir | --create-megatestdi | --create-megatestd | --create-megatest | --create-megates | --create-megate | --create-megat | --create-mega | --create-meg | --create-me | --create-m )
431         mode=create-megatestdir
432         shift ;;
433       --test | --tes | --te | --t )
434         mode=test
435         shift ;;
436       --megatest | --megates | --megate | --megat | --mega | --meg | --me | --m )
437         mode=megatest
438         shift ;;
439       --extract-* )
440         mode=`echo "X$1" | sed -e 's/^X--//'`
441         shift ;;
442       --dir )
443         shift
444         if test $# = 0; then
445           func_fatal_error "missing argument for --dir"
446         fi
447         destdir=$1
448         shift ;;
449       --dir=* )
450         destdir=`echo "X$1" | sed -e 's/^X--dir=//'`
451         shift ;;
452       --local-dir )
453         shift
454         if test $# = 0; then
455           func_fatal_error "missing argument for --local-dir"
456         fi
457         local_gnulib_dir=$1
458         shift ;;
459       --local-dir=* )
460         local_gnulib_dir=`echo "X$1" | sed -e 's/^X--local-dir=//'`
461         shift ;;
462       --lib )
463         shift
464         if test $# = 0; then
465           func_fatal_error "missing argument for --lib"
466         fi
467         libname=$1
468         supplied_libname=true
469         shift ;;
470       --lib=* )
471         libname=`echo "X$1" | sed -e 's/^X--lib=//'`
472         supplied_libname=true
473         shift ;;
474       --source-base )
475         shift
476         if test $# = 0; then
477           func_fatal_error "missing argument for --source-base"
478         fi
479         sourcebase=$1
480         shift ;;
481       --source-base=* )
482         sourcebase=`echo "X$1" | sed -e 's/^X--source-base=//'`
483         shift ;;
484       --m4-base )
485         shift
486         if test $# = 0; then
487           func_fatal_error "missing argument for --m4-base"
488         fi
489         m4base=$1
490         shift ;;
491       --m4-base=* )
492         m4base=`echo "X$1" | sed -e 's/^X--m4-base=//'`
493         shift ;;
494       --doc-base )
495         shift
496         if test $# = 0; then
497           func_fatal_error "missing argument for --doc-base"
498         fi
499         docbase=$1
500         shift ;;
501       --doc-base=* )
502         docbase=`echo "X$1" | sed -e 's/^X--doc-base=//'`
503         shift ;;
504       --tests-base )
505         shift
506         if test $# = 0; then
507           func_fatal_error "missing argument for --tests-base"
508         fi
509         testsbase=$1
510         shift ;;
511       --tests-base=* )
512         testsbase=`echo "X$1" | sed -e 's/^X--tests-base=//'`
513         shift ;;
514       --aux-dir )
515         shift
516         if test $# = 0; then
517           func_fatal_error "missing argument for --aux-dir"
518         fi
519         auxdir=$1
520         shift ;;
521       --aux-dir=* )
522         auxdir=`echo "X$1" | sed -e 's/^X--aux-dir=//'`
523         shift ;;
524       --with-tests )
525         inctests=true
526         shift ;;
527       --avoid )
528         shift
529         if test $# = 0; then
530           func_fatal_error "missing argument for --avoid"
531         fi
532         func_append avoidlist " $1"
533         shift ;;
534       --avoid=* )
535         arg=`echo "X$1" | sed -e 's/^X--avoid=//'`
536         func_append avoidlist " $arg"
537         shift ;;
538       --lgpl )
539         lgpl=true
540         shift ;;
541       --makefile-name )
542         shift
543         if test $# = 0; then
544           func_fatal_error "missing argument for --makefile-name"
545         fi
546         makefile_name="$1"
547         shift ;;
548       --makefile-name=* )
549         makefile_name=`echo "X$1" | sed -e 's/^X--makefile-name=//'`
550         shift ;;
551       --libtool )
552         libtool=true
553         shift ;;
554       --no-libtool )
555         libtool=false
556         shift ;;
557       --macro-prefix )
558         shift
559         if test $# = 0; then
560           func_fatal_error "missing argument for --macro-prefix"
561         fi
562         macro_prefix="$1"
563         shift ;;
564       --macro-prefix=* )
565         macro_prefix=`echo "X$1" | sed -e 's/^X--macro-prefix=//'`
566         shift ;;
567       --no-changelog | --no-changelo | --no-changel | --no-change | --no-chang | --no-chan | --no-cha | --no-ch | --no-c )
568         do_changelog=false
569         shift ;;
570       --dry-run )
571         doit=false
572         shift ;;
573       -s | --symbolic | --symboli | --symbol | --symbo | --symb | --symlink | --symlin | --symli | --syml | --sym | --sy )
574         symbolic=true
575         shift ;;
576       --help | --hel | --he | --h )
577         func_usage
578         func_exit $? ;;
579       --version | --versio | --versi | --vers | --ver | --ve | --v )
580         func_version
581         func_exit $? ;;
582       -- )
583         # Stop option processing
584         shift
585         break ;;
586       -* )
587         echo "gnulib-tool: unknown option $1" 1>&2
588         echo "Try 'gnulib-tool --help' for more information." 1>&2
589         func_exit 1 ;;
590       * )
591         break ;;
592     esac
593   done
594
595   if test "$mode" = update; then
596     if test $# != 0; then
597       echo "gnulib-tool: too many arguments in 'update' mode" 1>&2
598       echo "Try 'gnulib-tool --help' for more information." 1>&2
599       echo "If you really want to modify the gnulib configuration of your project," 1>&2
600       echo "you need to use 'gnulib --import' - at your own risk!" 1>&2
601       func_exit 1
602     fi
603     if test -n "$local_gnulib_dir" || test -n "$supplied_libname" \
604        || test -n "$sourcebase" || test -n "$m4base" \
605        || test -n "$docbase" || test -n "$testsbase" || test -n "$auxdir" \
606        || test -n "$inctests" || test -n "$avoidlist" || test -n "$lgpl" \
607        || test -n "$makefile_name" || test -n "$macro_prefix"; then
608       echo "gnulib-tool: invalid options for 'update' mode" 1>&2
609       echo "Try 'gnulib-tool --help' for more information." 1>&2
610       echo "If you really want to modify the gnulib configuration of your project," 1>&2
611       echo "you need to use 'gnulib --import' - at your own risk!" 1>&2
612       func_exit 1
613     fi
614     do_changelog=false
615   fi
616
617   # Determine the minimum supported autoconf version from the project's
618   # configure.ac.
619   DEFAULT_AUTOCONF_MINVERSION="2.59"
620   autoconf_minversion=
621   configure_ac=
622   if { test "$mode" = import || test "$mode" = update; } && test -n "$destdir"; then
623     if test -f "$destdir"/configure.ac; then
624       configure_ac="$destdir/configure.ac"
625     else
626       if test -f "$destdir"/configure.in; then
627         configure_ac="$destdir/configure.in"
628       fi
629     fi
630   else
631     if test -f configure.ac; then
632       configure_ac="configure.ac"
633     else
634       if test -f configure.in; then
635         configure_ac="configure.in"
636       fi
637     fi
638   fi
639   if test -n "$configure_ac"; then
640     # Use sed, not autoconf --trace, to look for the AC_PREREQ invocation,
641     # because when some m4 files are omitted from a CVS repository,
642     # "autoconf --trace=AC_PREREQ" fails with an error message like this:
643     #   m4: aclocal.m4:851: Cannot open m4/absolute-header.m4: No such file or directory
644     #   autom4te: m4 failed with exit status: 1
645     prereqs=
646     my_sed_traces='
647       s,#.*$,,
648       s,^dnl .*$,,
649       s, dnl .*$,,
650       /AC_PREREQ/ {
651         s,^.*AC_PREREQ([[ ]*\([^])]*\).*$,prereqs="$prereqs \1",p
652       }'
653     eval `sed -n -e "$my_sed_traces" < "$configure_ac"`
654     if test -n "$prereqs"; then
655       autoconf_minversion=`for version in $prereqs; do echo $version; done | $SORT -g -u | tail -1`
656     fi
657   fi
658   if test -z "$autoconf_minversion"; then
659     autoconf_minversion=$DEFAULT_AUTOCONF_MINVERSION
660   fi
661   case "$autoconf_minversion" in
662     1.* | 2.[0-4]* | 2.5[0-8]*)
663       func_fatal_error "minimum supported autoconf version is 2.59. Try adding AC_PREREQ([$DEFAULT_AUTOCONF_MINVERSION]) to your configure.ac." ;;
664   esac
665
666   # Remove trailing slashes from the directory names. This is necessary for
667   # m4base (to avoid an error in func_import) and optional for the others.
668   sed_trimtrailingslashes='s,\([^/]\)//*$,\1,'
669   case "$local_gnulib_dir" in
670     */ ) sourcebase=`echo "$local_gnulib_dir" | sed -e "$sed_trimtrailingslashes"` ;;
671   esac
672   case "$sourcebase" in
673     */ ) sourcebase=`echo "$sourcebase" | sed -e "$sed_trimtrailingslashes"` ;;
674   esac
675   case "$m4base" in
676     */ ) m4base=`echo "$m4base" | sed -e "$sed_trimtrailingslashes"` ;;
677   esac
678   case "$docbase" in
679     */ ) docbase=`echo "$docbase" | sed -e "$sed_trimtrailingslashes"` ;;
680   esac
681   case "$testsbase" in
682     */ ) testsbase=`echo "$testsbase" | sed -e "$sed_trimtrailingslashes"` ;;
683   esac
684   case "$auxdir" in
685     */ ) auxdir=`echo "$auxdir" | sed -e "$sed_trimtrailingslashes"` ;;
686   esac
687 }
688
689 case "$0" in
690   /*) self_abspathname="$0" ;;
691   */*) self_abspathname=`pwd`/"$0" ;;
692   *) for d in `echo ":$PATH:" | sed -e 's/:::*/:.:/g' | sed -e 's/:/ /g'`; do
693        if test -x "$d/$0" && test ! -d "$d/$0"; then
694          self_abspathname="$d/$0"
695          break
696        fi
697      done
698      if test -z "$self_abspathname"; then
699        func_fatal_error "could not locate the gnulib-tool program - how did you invoke it?"
700      fi
701      ;;
702 esac
703 while test -h "$self_abspathname"; do
704   # Resolve symbolic link.
705   linkval=`func_readlink "$self_abspathname"`
706   test -n "$linkval" || break
707   case "$linkval" in
708     /* ) self_abspathname="$linkval" ;;
709     * ) self_abspathname=`echo "$self_abspathname" | sed -e 's,/[^/]*$,,'`/"$linkval" ;;
710   esac
711 done
712 gnulib_dir=`echo "$self_abspathname" | sed -e 's,/[^/]*$,,'`
713
714 func_tmpdir
715 trap 'exit_status=$?
716       if test "$signal" != 0; then
717         echo "caught signal $signal" >&2
718       fi
719       rm -rf "$tmp"
720       exit $exit_status' 0
721 for signal in 1 2 3 13 15; do
722   trap '{ signal='$signal'; func_exit 1; }' $signal
723 done
724 signal=0
725
726 # func_lookup_file file
727 # looks up a file in $local_gnulib_dir or $gnulib_dir, or combines it through
728 # 'patch'.
729 # Input:
730 # - local_gnulib_dir  from --local-dir
731 # Output:
732 # - lookedup_file   name of the merged (combined) file
733 # - lookedup_tmp    true if it is located in the tmp directory, blank otherwise
734 func_lookup_file ()
735 {
736   lkfile="$1"
737   if test -n "$local_gnulib_dir" && test -f "$local_gnulib_dir/$lkfile"; then
738     lookedup_file="$local_gnulib_dir/$lkfile"
739     lookedup_tmp=
740   else
741     if test -f "$gnulib_dir/$lkfile"; then
742       if test -n "$local_gnulib_dir" && test -f "$local_gnulib_dir/$lkfile.diff"; then
743         lkbase=`echo "$lkfile" | sed -e 's,^.*/,,'`
744         rm -f "$tmp/$lkbase"
745         cp "$gnulib_dir/$lkfile" "$tmp/$lkbase"
746         patch -s "$tmp/$lkbase" < "$local_gnulib_dir/$lkfile.diff" \
747           || func_fatal_error "patch file $local_gnulib_dir/$lkfile.diff didn't apply cleanly"
748         lookedup_file="$tmp/$lkbase"
749         lookedup_tmp=true
750       else
751         lookedup_file="$gnulib_dir/$lkfile"
752         lookedup_tmp=
753       fi
754     else
755       func_fatal_error "file $gnulib_dir/$lkfile not found"
756     fi
757   fi
758 }
759
760 # func_all_modules
761 # Input:
762 # - local_gnulib_dir  from --local-dir
763 func_all_modules ()
764 {
765   # Filter out metainformation files like README, which are not modules.
766   # Filter out unit test modules; they can be retrieved through
767   # --extract-tests-module if desired.
768   {
769     (cd "$gnulib_dir/modules" && ls -1)
770     if test -n "$local_gnulib_dir" && test -d "$local_gnulib_dir/modules"; then
771       (cd "$local_gnulib_dir/modules" && ls -1 | sed -e 's,\.diff$,,')
772     fi
773   } \
774       | sed -e '/^CVS$/d' -e '/^ChangeLog$/d' -e '/^COPYING$/d' -e '/^README$/d' -e '/^TEMPLATE$/d' -e '/^TEMPLATE-TESTS$/d' -e '/~$/d' \
775       | sed -e '/-tests$/d' \
776       | LC_ALL=C sort -u
777 }
778
779 # func_verify_module
780 # verifies a module name
781 # Input:
782 # - local_gnulib_dir  from --local-dir
783 # - module          module name argument
784 func_verify_module ()
785 {
786   if { test -f "$gnulib_dir/modules/$module" \
787        || { test -n "$local_gnulib_dir" && test -d "$local_gnulib_dir/modules" \
788             && test -f "$local_gnulib_dir/modules/$module"; }; } \
789      && test "CVS" != "$module" \
790      && test "ChangeLog" != "$module" \
791      && test "COPYING" != "$module" \
792      && test "README" != "$module" \
793      && test "TEMPLATE" != "$module" \
794      && test "TEMPLATE-TESTS" != "$module"; then
795     # OK, $module is a correct module name.
796     # Verify that building the module description with 'patch' succeeds.
797     func_lookup_file "modules/$module"
798   else
799     echo "gnulib-tool: module $module doesn't exist" 1>&2
800     module=
801   fi
802 }
803
804 # func_verify_nontests_module
805 # verifies a module name, excluding tests modules
806 # Input:
807 # - local_gnulib_dir  from --local-dir
808 # - module          module name argument
809 func_verify_nontests_module ()
810 {
811   case "$module" in
812     *-tests ) module= ;;
813     * ) func_verify_module ;;
814   esac
815 }
816
817 # func_verify_tests_module
818 # verifies a module name, considering only tests modules
819 # Input:
820 # - local_gnulib_dir  from --local-dir
821 # - module          module name argument
822 func_verify_tests_module ()
823 {
824   case "$module" in
825     *-tests ) func_verify_module ;;
826     * ) module= ;;
827   esac
828 }
829
830 sed_extract_prog=':[     ]*$/ {
831   :a
832     n
833     s/^Description:[     ]*$//
834     s/^Files:[   ]*$//
835     s/^Depends-on:[      ]*$//
836     s/^configure\.ac:[   ]*$//
837     s/^Makefile\.am:[    ]*$//
838     s/^Include:[         ]*$//
839     s/^License:[         ]*$//
840     s/^Maintainer:[      ]*$//
841     tb
842     p
843     ba
844   :b
845 }'
846
847 # func_get_description module
848 # Input:
849 # - local_gnulib_dir  from --local-dir
850 func_get_description ()
851 {
852   func_lookup_file "modules/$1"
853   sed -n -e "/^Description$sed_extract_prog" < "$lookedup_file"
854 }
855
856 # func_get_filelist module
857 # Input:
858 # - local_gnulib_dir  from --local-dir
859 func_get_filelist ()
860 {
861   func_lookup_file "modules/$1"
862   sed -n -e "/^Files$sed_extract_prog" < "$lookedup_file"
863   case "$autoconf_minversion" in
864     2.59)
865       #echo m4/onceonly.m4
866       echo m4/onceonly_2_57.m4
867       ;;
868   esac
869 }
870
871 # func_get_dependencies module
872 # Input:
873 # - local_gnulib_dir  from --local-dir
874 func_get_dependencies ()
875 {
876   # ${module}-tests always implicitly depends on ${module}.
877   echo "$1" | sed -n -e 's/-tests//p'
878   # Then the explicit dependencies listed in the module description.
879   func_lookup_file "modules/$1"
880   sed -n -e "/^Depends-on$sed_extract_prog" < "$lookedup_file"
881 }
882
883 # func_get_autoconf_snippet module
884 # Input:
885 # - local_gnulib_dir  from --local-dir
886 func_get_autoconf_snippet ()
887 {
888   func_lookup_file "modules/$1"
889   sed -n -e "/^configure\.ac$sed_extract_prog" < "$lookedup_file"
890 }
891
892 # func_get_automake_snippet module
893 # Input:
894 # - local_gnulib_dir  from --local-dir
895 func_get_automake_snippet ()
896 {
897   func_lookup_file "modules/$1"
898   sed -n -e "/^Makefile\.am$sed_extract_prog" < "$lookedup_file"
899 }
900
901 # func_get_include_directive module
902 # Input:
903 # - local_gnulib_dir  from --local-dir
904 func_get_include_directive ()
905 {
906   func_lookup_file "modules/$1"
907   sed -n -e "/^Include$sed_extract_prog" < "$lookedup_file" | \
908   sed -e 's/^\(["<]\)/#include \1/'
909 }
910
911 # func_get_license module
912 # Input:
913 # - local_gnulib_dir  from --local-dir
914 func_get_license ()
915 {
916   func_lookup_file "modules/$1"
917   sed -n -e "/^License$sed_extract_prog" < "$lookedup_file"
918 }
919
920 # func_get_maintainer module
921 # Input:
922 # - local_gnulib_dir  from --local-dir
923 func_get_maintainer ()
924 {
925   func_lookup_file "modules/$1"
926   sed -n -e "/^Maintainer$sed_extract_prog" < "$lookedup_file"
927 }
928
929 # func_get_tests_module module
930 # Input:
931 # - local_gnulib_dir  from --local-dir
932 func_get_tests_module ()
933 {
934   # The naming convention for tests modules is hardwired: ${module}-tests.
935   if test -f "$gnulib_dir/modules/$1"-tests \
936      || { test -n "$local_gnulib_dir" && test -d "$local_gnulib_dir/modules" \
937           && test -f "$local_gnulib_dir/modules/$1"-tests; }; then
938     echo "$1"-tests
939   fi
940 }
941
942 # func_acceptable module
943 # tests whether a module is acceptable.
944 # Input:
945 # - avoidlist       list of modules to avoid
946 func_acceptable ()
947 {
948   for avoid in $avoidlist; do
949     if test "$avoid" = "$1"; then
950       return 1
951     fi
952   done
953   return 0
954 }
955
956 # func_modules_transitive_closure
957 # Input:
958 # - local_gnulib_dir  from --local-dir
959 # - modules         list of specified modules
960 # - inctests        true if tests should be included, blank otherwise
961 # - avoidlist       list of modules to avoid
962 # - tmp             pathname of a temporary directory
963 # Output:
964 # - modules         list of modules, including dependencies
965 func_modules_transitive_closure ()
966 {
967   # In order to process every module only once (for speed), process an "input
968   # list" of modules, producing an "output list" of modules. During each round,
969   # more modules can be queued in the input list. Once a module on the input
970   # list has been processed, it is added to the "handled list", so we can avoid
971   # to process it again.
972   handledmodules=
973   inmodules="$modules"
974   outmodules=
975   while test -n "$inmodules"; do
976     inmodules_this_round="$inmodules"
977     inmodules=                    # Accumulator, queue for next round
978     for module in $inmodules_this_round; do
979       func_verify_module
980       if test -n "$module"; then
981         if func_acceptable $module; then
982           func_append outmodules " $module"
983           deps=`func_get_dependencies $module`
984           # Duplicate dependencies are harmless, but Jim wants a warning.
985           duplicated_deps=`echo "$deps" | LC_ALL=C sort | LC_ALL=C uniq -d`
986           if test -n "$duplicated_deps"; then
987             echo "warning: module $module has duplicated dependencies: "`echo $duplicated_deps` 1>&2
988           fi
989           func_append inmodules " $deps"
990           if test -n "$inctests"; then
991             testsmodule=`func_get_tests_module $module`
992             if test -n "$testsmodule"; then
993               func_append inmodules " $testsmodule"
994             fi
995           fi
996         fi
997       fi
998     done
999     handledmodules=`for m in $handledmodules $inmodules_this_round; do echo $m; done | LC_ALL=C sort -u`
1000     # Remove $handledmodules from $inmodules.
1001     for m in $inmodules; do echo $m; done | LC_ALL=C sort -u > "$tmp"/queued-modules
1002     inmodules=`echo "$handledmodules" | LC_ALL=C join -v 2 - "$tmp"/queued-modules`
1003   done
1004   modules=`for m in $outmodules; do echo $m; done | LC_ALL=C sort -u`
1005   rm -f "$tmp"/queued-modules
1006 }
1007
1008 # func_modules_add_dummy
1009 # Input:
1010 # - local_gnulib_dir  from --local-dir
1011 # - modules         list of modules, including dependencies
1012 # Output:
1013 # - modules         list of modules, including 'dummy' if needed
1014 func_modules_add_dummy ()
1015 {
1016   have_lib_SOURCES=
1017   sed_remove_backslash_newline=':a
1018 /\\$/{
1019 s/\\$//
1020 N
1021 s/\n//
1022 ba
1023 }'
1024   for module in $modules; do
1025     func_verify_nontests_module
1026     if test -n "$module"; then
1027       # Extract the value of "lib_SOURCES += ...".
1028       for file in `func_get_automake_snippet "$module" | sed -e "$sed_remove_backslash_newline" | sed -n -e 's,^lib_SOURCES[     ]*+=\([^#]*\).*$,\1,p'`; do
1029         # Ignore .h files since they are not compiled.
1030         case "$file" in
1031           *.h) ;;
1032           *) have_lib_SOURCES=yes ;;
1033         esac
1034       done
1035     fi
1036   done
1037   # Add the dummy module, to make sure the library will be non-empty.
1038   if test -z "$have_lib_SOURCES"; then
1039     func_append modules " dummy"
1040   fi
1041 }
1042
1043 # func_modules_to_filelist
1044 # Input:
1045 # - local_gnulib_dir  from --local-dir
1046 # - modules         list of modules, including dependencies
1047 # Output:
1048 # - files           list of files
1049 func_modules_to_filelist ()
1050 {
1051   files=
1052   for module in $modules; do
1053     func_verify_module
1054     if test -n "$module"; then
1055       fs=`func_get_filelist $module`
1056       func_append files " $fs"
1057     fi
1058   done
1059   files=`for f in $files; do echo $f; done | LC_ALL=C sort -u`
1060 }
1061
1062 # func_emit_lib_Makefile_am
1063 # emits the contents of library makefile to standard output.
1064 # Input:
1065 # - local_gnulib_dir  from --local-dir
1066 # - modules         list of modules, including dependencies
1067 # - libname         library name
1068 # - makefile_name   from --makefile-name
1069 # - libtool         true if libtool will be used, false or blank otherwise
1070 # - actioncmd       (optional) command that will reproduce this invocation
1071 func_emit_lib_Makefile_am ()
1072 {
1073   # When creating an includable Makefile.am snippet, augment variables with
1074   # += instead of assigning them.
1075   if test -n "$makefile_name"; then
1076     assign='+='
1077   else
1078     assign='='
1079   fi
1080   if test "$libtool" = true; then
1081     libext=la
1082     perhapsLT=LT
1083     sed_eliminate_LDFLAGS=
1084   else
1085     libext=a
1086     perhapsLT=
1087     sed_eliminate_LDFLAGS='/^lib_LDFLAGS[        ]*+=/d'
1088   fi
1089   echo "## Process this file with automake to produce Makefile.in."
1090   func_emit_copyright_notice
1091   if test -n "$actioncmd"; then
1092     echo "# Reproduce by: $actioncmd"
1093   fi
1094   echo
1095   if test -z "$makefile_name"; then
1096     echo "AUTOMAKE_OPTIONS = 1.5 gnits"
1097   fi
1098   echo
1099   (
1100     for module in $modules; do
1101       func_verify_nontests_module
1102       if test -n "$module"; then
1103         {
1104           func_get_automake_snippet "$module" |
1105             sed -e 's,lib_LIBRARIES,lib%_LIBRARIES,g' \
1106                 -e 's,lib_LTLIBRARIES,lib%_LTLIBRARIES,g' |
1107             sed -e "$sed_eliminate_LDFLAGS" |
1108             sed -e 's,lib_\([A-Z][A-Z]*\),'"${libname}_${libext}"'_\1,g' |
1109             sed -e 's,lib%_LIBRARIES,lib_LIBRARIES,g' \
1110                 -e 's,lib%_LTLIBRARIES,lib_LTLIBRARIES,g'
1111           if test "$module" = 'alloca'; then
1112             echo "${libname}_${libext}_LIBADD += @${perhapsLT}ALLOCA@"
1113           fi
1114         } > amsnippet.tmp
1115         # Skip the contents if its entirely empty.
1116         if grep '[^      ]' amsnippet.tmp > /dev/null ; then
1117           echo "## begin gnulib module $module"
1118           echo
1119           cat amsnippet.tmp
1120           echo "## end   gnulib module $module"
1121           echo
1122         fi
1123         rm -f amsnippet.tmp
1124       fi
1125     done
1126   ) > allsnippets.tmp
1127   if grep "^[a-zA-Z0-9_]*_${perhapsLT}LIBRARIES *= *$libname\\.$libext\$" allsnippets.tmp > /dev/null; then
1128     # One of the snippets already specifies an installation location for the
1129     # library. Don't confuse automake by saying it should not be installed.
1130     :
1131   else
1132     # By default, the generated library should not be installed.
1133     echo "noinst_${perhapsLT}LIBRARIES $assign $libname.$libext"
1134   fi
1135   echo
1136   echo "${libname}_${libext}_SOURCES ="
1137   # Here we use $(LIBOBJS), not @LIBOBJS@. The value is the same. However,
1138   # automake during its analyses looks for $(LIBOBJS), not for @LIBOBJS@.
1139   echo "${libname}_${libext}_LIBADD = \$(${perhapsLT}LIBOBJS)"
1140   if test "$libtool" = true; then
1141     echo "${libname}_${libext}_LDFLAGS = \$(AM_LDFLAGS)"
1142   fi
1143   if test -z "$makefile_name"; then
1144     echo "noinst_HEADERS ="
1145     # Automake versions < 1.9b create an empty pkgdatadir at installation time
1146     # if you specify pkgdata_DATA to empty. This is a workaround.
1147     if grep '^pkgdata_DATA *+=' allsnippets.tmp > /dev/null; then
1148       echo "pkgdata_DATA ="
1149     fi
1150     echo "EXTRA_DIST ="
1151     echo "BUILT_SOURCES ="
1152     echo "SUFFIXES ="
1153   fi
1154   echo "MOSTLYCLEANFILES $assign core *.stackdump"
1155   if test -z "$makefile_name"; then
1156     echo "MOSTLYCLEANDIRS ="
1157     echo "CLEANFILES ="
1158     echo "DISTCLEANFILES ="
1159     echo "MAINTAINERCLEANFILES ="
1160     echo
1161     echo "AM_CPPFLAGS ="
1162   fi
1163   echo
1164   cat allsnippets.tmp
1165   echo
1166   echo "mostlyclean-local: mostlyclean-generic"
1167   echo "        @test -z \"\$(MOSTLYCLEANDIRS)\" || \\"
1168   echo "          for dir in \$(MOSTLYCLEANDIRS); do \\"
1169   echo "            if test -d \$\$dir; then \\"
1170   echo "              echo \"rmdir \$\$dir\"; rmdir \$\$dir; \\"
1171   echo "            fi; \\"
1172   echo "          done"
1173   rm -f allsnippets.tmp
1174 }
1175
1176 # func_emit_tests_Makefile_am
1177 # emits the contents of tests makefile to standard output.
1178 # Input:
1179 # - local_gnulib_dir  from --local-dir
1180 # - modules         list of modules, including dependencies
1181 # - libname         library name
1182 # - makefile_name   from --makefile-name
1183 # - libtool         true if libtool will be used, false or blank otherwise
1184 # - sourcebase      relative directory containing lib source code
1185 # - m4base          relative directory containing autoconf macros
1186 # - testsbase       relative directory containing unit test code
1187 func_emit_tests_Makefile_am ()
1188 {
1189   if test "$libtool" = true; then
1190     libext=la
1191   else
1192     libext=a
1193   fi
1194   if test "$libtool" = true; then
1195     libext=la
1196     sed_eliminate_LDFLAGS=
1197   else
1198     libext=a
1199     sed_eliminate_LDFLAGS='/^lib_LDFLAGS[        ]*+=/d'
1200   fi
1201   testsbase_inverse=`echo "$testsbase" | sed -e 's,/$,,' | sed -e 's,[^/][^/]*,..,g'`
1202   echo "## Process this file with automake to produce Makefile.in."
1203   func_emit_copyright_notice
1204   echo
1205   # Generate dependencies here, since it eases the debugging of test failures.
1206   echo "AUTOMAKE_OPTIONS = 1.5 foreign"
1207   echo
1208   echo "ACLOCAL_AMFLAGS = -I ${testsbase_inverse}/${m4base}"
1209   echo
1210   (
1211     for module in $modules; do
1212       func_verify_tests_module
1213       if test -n "$module"; then
1214         {
1215           func_get_automake_snippet "$module" |
1216             sed -e 's,lib_LIBRARIES,lib%_LIBRARIES,g' \
1217                 -e 's,lib_LTLIBRARIES,lib%_LTLIBRARIES,g' |
1218             sed -e "$sed_eliminate_LDFLAGS" |
1219             sed -e 's,lib_\([A-Z][A-Z]*\),'"${libname}_${libext}"'_\1,g' |
1220             sed -e 's,lib%_LIBRARIES,lib_LIBRARIES,g' \
1221                 -e 's,lib%_LTLIBRARIES,lib_LTLIBRARIES,g'
1222         } > amsnippet.tmp
1223         # Skip the contents if its entirely empty.
1224         if grep '[^      ]' amsnippet.tmp > /dev/null ; then
1225           echo "## begin gnulib module $module"
1226           echo
1227           cat amsnippet.tmp
1228           echo "## end   gnulib module $module"
1229           echo
1230         fi
1231         rm -f amsnippet.tmp
1232       fi
1233     done
1234   ) > allsnippets.tmp
1235   # Nothing is being added to SUBDIRS; nevertheless the existence of this
1236   # variable is needed to avoid an error from automake:
1237   #   "AM_GNU_GETTEXT used but SUBDIRS not defined"
1238   echo "SUBDIRS ="
1239   echo "TESTS ="
1240   echo "TESTS_ENVIRONMENT ="
1241   echo "noinst_PROGRAMS ="
1242   echo "check_PROGRAMS ="
1243   echo "noinst_HEADERS ="
1244   if grep '^pkgdata_DATA *+=' allsnippets.tmp > /dev/null; then
1245     echo "pkgdata_DATA ="
1246   fi
1247   echo "EXTRA_DIST ="
1248   echo "BUILT_SOURCES ="
1249   echo "SUFFIXES ="
1250   echo "MOSTLYCLEANFILES = core *.stackdump"
1251   echo "MOSTLYCLEANDIRS ="
1252   echo "CLEANFILES ="
1253   echo "DISTCLEANFILES ="
1254   echo "MAINTAINERCLEANFILES ="
1255   echo
1256   echo "AM_CPPFLAGS = \\"
1257   echo "  -I. -I\$(srcdir) \\"
1258   echo "  -I${testsbase_inverse} -I\$(srcdir)/${testsbase_inverse} \\"
1259   echo "  -I${testsbase_inverse}/${sourcebase-lib} -I\$(srcdir)/${testsbase_inverse}/${sourcebase-lib}"
1260   echo
1261   echo "LDADD = ${testsbase_inverse}/${sourcebase-lib}/${libname}.${libext}"
1262   echo
1263   cat allsnippets.tmp
1264   echo "# Clean up after Solaris cc."
1265   echo "clean-local:"
1266   echo "        rm -rf SunWS_cache"
1267   echo
1268   echo "mostlyclean-local: mostlyclean-generic"
1269   echo "        @test -z \"\$(MOSTLYCLEANDIRS)\" || \\"
1270   echo "          for dir in \$(MOSTLYCLEANDIRS); do \\"
1271   echo "            if test -d \$\$dir; then \\"
1272   echo "              echo \"rmdir \$\$dir\"; rmdir \$\$dir; \\"
1273   echo "            fi; \\"
1274   echo "          done"
1275   rm -f allsnippets.tmp
1276 }
1277
1278 # func_import modules
1279 # Uses also the variables
1280 # - destdir         target directory
1281 # - local_gnulib_dir  from --local-dir
1282 # - libname         library name
1283 # - sourcebase      directory relative to destdir where to place source code
1284 # - m4base          directory relative to destdir where to place *.m4 macros
1285 # - docbase         directory relative to destdir where to place doc files
1286 # - testsbase       directory relative to destdir where to place unit test code
1287 # - auxdir          directory relative to destdir where to place build aux files
1288 # - inctests        true if --with-tests was given, blank otherwise
1289 # - avoidlist       list of modules to avoid, from --avoid
1290 # - lgpl            true if library's license shall be LGPL, blank otherwise
1291 # - makefile_name   from --makefile-name
1292 # - libtool         true if --libtool was given, false if --no-libtool was
1293 #                   given, blank otherwise
1294 # - guessed_libtool true if the configure.ac file uses libtool, false otherwise
1295 # - macro_prefix    prefix of gl_EARLY, gl_INIT macros to use
1296 # - autoconf_minversion  minimum supported autoconf version
1297 # - doit            : if actions shall be executed, false if only to be printed
1298 # - symbolic        true if files should be symlinked, copied otherwise
1299 func_import ()
1300 {
1301   # Get the cached settings.
1302   cached_local_gnulib_dir=
1303   cached_specified_modules=
1304   cached_avoidlist=
1305   cached_sourcebase=
1306   cached_m4base=
1307   cached_docbase=
1308   cached_testsbase=
1309   cached_libname=
1310   cached_lgpl=
1311   cached_makefile_name=
1312   cached_libtool=
1313   cached_macro_prefix=
1314   cached_files=
1315   if test -f "$destdir"/$m4base/gnulib-cache.m4; then
1316     cached_libtool=false
1317     my_sed_traces='
1318       s,#.*$,,
1319       s,^dnl .*$,,
1320       s, dnl .*$,,
1321       /gl_LOCAL_DIR(/ {
1322         s,^.*gl_LOCAL_DIR([[ ]*\([^])]*\).*$,cached_local_gnulib_dir="\1",p
1323       }
1324       /gl_MODULES(/ {
1325         s,^.*gl_MODULES([[ ]*\([^])]*\).*$,cached_specified_modules="\1",p
1326       }
1327       /gl_AVOID(/ {
1328         s,^.*gl_AVOID([[ ]*\([^])]*\).*$,cached_avoidlist="\1",p
1329       }
1330       /gl_SOURCE_BASE(/ {
1331         s,^.*gl_SOURCE_BASE([[ ]*\([^])]*\).*$,cached_sourcebase="\1",p
1332       }
1333       /gl_M4_BASE(/ {
1334         s,^.*gl_M4_BASE([[ ]*\([^])]*\).*$,cached_m4base="\1",p
1335       }
1336       /gl_DOC_BASE(/ {
1337         s,^.*gl_DOC_BASE([[ ]*\([^])]*\).*$,cached_docbase="\1",p
1338       }
1339       /gl_TESTS_BASE(/ {
1340         s,^.*gl_TESTS_BASE([[ ]*\([^])]*\).*$,cached_testsbase="\1",p
1341       }
1342       /gl_LIB(/ {
1343         s,^.*gl_LIB([[ ]*\([^])]*\).*$,cached_libname="\1",p
1344       }
1345       /gl_LGPL/ {
1346         s,^.*$,cached_lgpl=true,p
1347       }
1348       /gl_MAKEFILE_NAME(/ {
1349         s,^.*gl_MAKEFILE_NAME([[ ]*\([^])]*\).*$,cached_makefile_name="\1",p
1350       }
1351       /gl_LIBTOOL/ {
1352         s,^.*$,cached_libtool=true,p
1353       }
1354       /gl_MACRO_PREFIX(/ {
1355         s,^.*gl_MACRO_PREFIX([[ ]*\([^])]*\).*$,cached_macro_prefix="\1",p
1356       }'
1357     eval `sed -n -e "$my_sed_traces" < "$destdir"/$m4base/gnulib-cache.m4`
1358     if test -f "$destdir"/$m4base/gnulib-comp.m4; then
1359       my_sed_traces='
1360         s,#.*$,,
1361         s,^dnl .*$,,
1362         s, dnl .*$,,
1363         /AC_DEFUN(\['"${cached_macro_prefix}"'_FILE_LIST\], \[/ {
1364           s,^.*$,cached_files=",p
1365           n
1366           ta
1367           :a
1368           s,^\]).*$,",
1369           tb
1370           p
1371           n
1372           ba
1373           :b
1374           p
1375         }'
1376       eval `sed -n -e "$my_sed_traces" < "$destdir"/$m4base/gnulib-comp.m4`
1377     fi
1378   fi
1379
1380   # Merge the cached settings with the specified ones.
1381   # The m4base must be the same as expected from the pathname.
1382   if test -n "$cached_m4base" && test "$cached_m4base" != "$m4base"; then
1383     func_fatal_error "$m4base/gnulib-cache.m4 is expected to contain gl_M4_BASE([$m4base])"
1384   fi
1385   # The local_gnulib_dir defaults to the cached one. Recall that the cached one
1386   # is relative to $destdir, whereas the one we use is relative to . or absolute.
1387   if test -z "$local_gnulib_dir"; then
1388     if test -n "$cached_local_gnulib_dir"; then
1389       case "$destdir" in
1390         /*)
1391           local_gnulib_dir="$destdir/$cached_local_gnulib_dir" ;;
1392         *)
1393           case "$cached_local_gnulib_dir" in
1394             /*)
1395               local_gnulib_dir="$destdir/$cached_local_gnulib_dir" ;;
1396             *)
1397               func_relconcat "$destdir" "$cached_local_gnulib_dir"
1398               local_gnulib_dir="$relconcat" ;;
1399           esac ;;
1400       esac
1401     fi
1402   fi
1403   # Append the cached and the specified module names. So that
1404   # "gnulib-tool --import foo" means to add the module foo.
1405   specified_modules="$cached_specified_modules $1"
1406   # Append the cached and the specified avoidlist. This is probably better
1407   # than dropping the cached one when --avoid is specified at least once.
1408   avoidlist=`echo $cached_avoidlist $avoidlist`
1409   # The sourcebase defaults to the cached one.
1410   if test -z "$sourcebase"; then
1411     sourcebase="$cached_sourcebase"
1412     if test -z "$sourcebase"; then
1413       func_fatal_error "missing --source-base option"
1414     fi
1415   fi
1416   # The docbase defaults to the cached one.
1417   if test -z "$docbase"; then
1418     docbase="$cached_docbase"
1419     if test -z "$docbase"; then
1420       func_fatal_error "missing --doc-base option. --doc-base has been introduced on 2006-07-11; if your last invocation of 'gnulib-tool --import' is before that date, you need to run 'gnulib-tool --import' once, with a --doc-base option."
1421     fi
1422   fi
1423   # The testsbase defaults to the cached one.
1424   if test -z "$testsbase"; then
1425     testsbase="$cached_testsbase"
1426     if test -z "$testsbase"; then
1427       func_fatal_error "missing --tests-base option"
1428     fi
1429   fi
1430   # The libname defaults to the cached one.
1431   if test -z "$supplied_libname"; then
1432     libname="$cached_libname"
1433     if test -z "$libname"; then
1434       func_fatal_error "missing --lib option"
1435     fi
1436   fi
1437   # Require LGPL if specified either way.
1438   if test -z "$lgpl"; then
1439     lgpl="$cached_lgpl"
1440   fi
1441   # The makefile_name defaults to the cached one.
1442   if test -z "$makefile_name"; then
1443     makefile_name="$cached_makefile_name"
1444   fi
1445   # Use libtool if specified either way, or if guessed.
1446   if test -z "$libtool"; then
1447     if test -n "$cached_m4base"; then
1448       libtool="$cached_libtool"
1449     else
1450       libtool="$guessed_libtool"
1451     fi
1452   fi
1453   # The macro_prefix defaults to the cached one.
1454   if test -z "$macro_prefix"; then
1455     macro_prefix="$cached_macro_prefix"
1456     if test -z "$macro_prefix"; then
1457       func_fatal_error "missing --macro-prefix option"
1458     fi
1459   fi
1460
1461   # Canonicalize the list of specified modules.
1462   specified_modules=`for m in $specified_modules; do echo $m; done | LC_ALL=C sort -u`
1463
1464   # Determine final module list.
1465   modules="$specified_modules"
1466   func_modules_transitive_closure
1467   echo "Module list with included dependencies:"
1468   echo "$modules" | sed -e 's/^/  /'
1469
1470   # Add the dummy module if needed.
1471   func_modules_add_dummy
1472
1473   # If --lgpl, verify that the licenses of modules are compatible.
1474   if test -n "$lgpl"; then
1475     for module in $modules; do
1476       license=`func_get_license $module`
1477       case $license in
1478         LGPL | 'GPLed build tool') ;;
1479         'public domain' | 'unlimited' | 'unmodifiable license text') ;;
1480         *) func_fatal_error "incompatible license on module $module: $license" ;;
1481       esac
1482     done
1483   fi
1484
1485   # Determine script to apply to imported library files.
1486   sed_transform_lib_file=
1487   for module in $modules; do
1488     if test $module = config-h; then
1489       # Assume config.h exists, and that -DHAVE_CONFIG_H is omitted.
1490       sed_transform_lib_file=$sed_transform_lib_file'
1491         s/^#ifdef[       ]*HAVE_CONFIG_H[        ]*$/#if 1/
1492       '
1493       break
1494     fi
1495   done
1496   if test -n "$lgpl"; then
1497     # Update license.
1498     sed_transform_lib_file=$sed_transform_lib_file'
1499       s/GNU General/GNU Lesser General/g
1500       s/version 2\([ ,]\)/version 2.1\1/g
1501     '
1502   fi
1503
1504   # Determine final file list.
1505   func_modules_to_filelist
1506   echo "File list:"
1507   echo "$files" | sed -e 's/^/  /'
1508
1509   test -n "$files" \
1510     || func_fatal_error "refusing to do nothing"
1511
1512   # Add m4/gnulib-tool.m4 to the file list. It is not part of any module.
1513   new_files="$files m4/gnulib-tool.m4"
1514   old_files="$cached_files"
1515   if test -f "$destdir"/$m4base/gnulib-tool.m4; then
1516     func_append old_files " m4/gnulib-tool.m4"
1517   fi
1518
1519   # Create directories.
1520   if test ! -d "$destdir/$sourcebase"; then
1521     if $doit; then
1522       echo "Creating directory $destdir/$sourcebase"
1523       mkdir "$destdir/$sourcebase" || func_fatal_error "failed"
1524     else
1525       echo "Create directory $destdir/$sourcebase"
1526     fi
1527   fi
1528   if test ! -d "$destdir/$m4base"; then
1529     if $doit; then
1530       echo "Creating directory $destdir/$m4base"
1531       mkdir "$destdir/$m4base" || func_fatal_error "failed"
1532     else
1533       echo "Create directory $destdir/$m4base"
1534     fi
1535   fi
1536   docfiles=`echo "$files" | sed -n -e 's,^doc/,,p'`
1537   if test -n "$docfiles"; then
1538     if test ! -d "$destdir/$docbase"; then
1539       if $doit; then
1540         echo "Creating directory $destdir/$docbase"
1541         mkdir "$destdir/$docbase" || func_fatal_error "failed"
1542       else
1543         echo "Create directory $destdir/$docbase"
1544       fi
1545     fi
1546   fi
1547   if test -n "$inctests"; then
1548     if test ! -d "$destdir/$testsbase"; then
1549       if $doit; then
1550         echo "Creating directory $destdir/$testsbase"
1551         mkdir "$destdir/$testsbase" || func_fatal_error "failed"
1552       else
1553         echo "Create directory $destdir/$testsbase"
1554       fi
1555     fi
1556   fi
1557   if test ! -d "$destdir/$auxdir"; then
1558     if $doit; then
1559       echo "Creating directory $destdir/$auxdir"
1560       mkdir "$destdir/$auxdir" || func_fatal_error "failed"
1561     else
1562       echo "Create directory $destdir/$auxdir"
1563     fi
1564   fi
1565
1566   # func_dest_tmpfilename file
1567   # determines the name of a temporary file (file is relative to destdir).
1568   # Sets variable:
1569   #   - tmpfile       absolute filename of the temporary file
1570   func_dest_tmpfilename ()
1571   {
1572     if $doit; then
1573       # Put the new contents of $file in a file in the same directory (needed
1574       # to guarantee that an 'mv' to "$destdir/$file" works).
1575       tmpfile="$destdir/$1.tmp"
1576     else
1577       # Put the new contents of $file in a file in a temporary directory
1578       # (because the directory of "$file" might not exist).
1579       tmpfile="$tmp"/`basename "$1"`.tmp
1580     fi
1581   }
1582
1583   # Copy files or make symbolic links. Remove obsolete files.
1584   delimiter='   '
1585   sed_rewrite_old_files="\
1586     s,^build-aux/,$auxdir/,
1587     s,^doc/,$cached_docbase/,
1588     s,^lib/,$cached_sourcebase/,
1589     s,^m4/,$cached_m4base/,
1590     s,^tests/,$cached_testsbase/,"
1591   sed_rewrite_new_files="\
1592     s,^build-aux/,$auxdir/,
1593     s,^doc/,$docbase/,
1594     s,^lib/,$sourcebase/,
1595     s,^m4/,$m4base/,
1596     s,^tests/,$testsbase/,"
1597   # Construct a table with 2 columns: rewritten-file-name original-file-name,
1598   # representing the files according to the last gnulib-tool invocation.
1599   for f in $old_files; do echo $f; done \
1600     | sed -e "s,^.*\$,&$delimiter&," -e "$sed_rewrite_old_files" \
1601     | LC_ALL=C sort \
1602     > "$tmp"/old-files
1603   # Construct a table with 2 columns: rewritten-file-name original-file-name,
1604   # representing the files after this gnulib-tool invocation.
1605   for f in $new_files; do echo $f; done \
1606     | sed -e "s,^.*\$,&$delimiter&," -e "$sed_rewrite_new_files" \
1607     | LC_ALL=C sort \
1608     > "$tmp"/new-files
1609   # First the files that are in old-files, but not in new-files:
1610   sed_take_first_column='s,'"$delimiter"'.*,,'
1611   for g in `LC_ALL=C join -t"$delimiter" -v1 "$tmp"/old-files "$tmp"/new-files | sed -e "$sed_take_first_column"`; do
1612     # Remove the file. Do nothing if the user already removed it.
1613     if test -f "$destdir/$g"; then
1614       if $doit; then
1615         echo "Removing file $g (backup in ${g}~)"
1616         mv -f "$destdir/$g" "$destdir/${g}~" || func_fatal_error "failed"
1617       else
1618         echo "Remove file $g (backup in ${g}~)"
1619       fi
1620     fi
1621   done
1622   # func_add_or_update handles a file that ought to be present afterwards.
1623   # Uses parameters
1624   # - f             the original file name
1625   # - g             the rewritten file name
1626   # - already_present  nonempty if the file already exists, empty otherwise
1627   func_add_or_update ()
1628   {
1629     func_dest_tmpfilename "$g"
1630     func_lookup_file "$f"
1631     cp "$lookedup_file" "$tmpfile" || func_fatal_error "failed"
1632     if test -n "$sed_transform_lib_file"; then
1633       case "$f" in
1634         lib/*)
1635           sed -e "$sed_transform_lib_file" \
1636             < "$lookedup_file" > "$tmpfile" || func_fatal_error "failed"
1637           ;;
1638       esac
1639     fi
1640     if test -f "$destdir/$g"; then
1641       # The file already exists.
1642       if cmp "$destdir/$g" "$tmpfile" > /dev/null; then
1643         : # The file has not changed.
1644       else
1645         # Replace the file.
1646         if $doit; then
1647           if test -n "$already_present"; then
1648             echo "Updating file $g (backup in ${g}~)"
1649           else
1650             echo "Replacing file $g (non-gnulib code backuped in ${g}~) !!"
1651           fi
1652           mv -f "$destdir/$g" "$destdir/${g}~" || func_fatal_error "failed"
1653           if test -n "$symbolic" && test -z "$lookedup_tmp" \
1654              && cmp "$lookedup_file" "$tmpfile" > /dev/null; then
1655             func_ln_if_changed "$lookedup_file" "$destdir/$g"
1656           else
1657             mv -f "$tmpfile" "$destdir/${g}" || func_fatal_error "failed"
1658           fi
1659         else
1660           if test -n "$already_present"; then
1661             echo "Update file $g (backup in ${g}~)"
1662           else
1663             echo "Replace file $g (non-gnulib code backuped in ${g}~) !!"
1664           fi
1665         fi
1666       fi
1667     else
1668       # Install the file.
1669       # Don't protest if the file should be there but isn't: it happens
1670       # frequently that developers don't put autogenerated files into CVS.
1671       if $doit; then
1672         echo "Copying file $g"
1673         if test -n "$symbolic" && test -z "$lookedup_tmp" \
1674            && cmp "$lookedup_file" "$tmpfile" > /dev/null; then
1675           func_ln_if_changed "$lookedup_file" "$destdir/$g"
1676         else
1677           mv -f "$tmpfile" "$destdir/${g}" || func_fatal_error "failed"
1678         fi
1679       else
1680         echo "Copy file $g"
1681       fi
1682     fi
1683     rm -f "$tmpfile"
1684   }
1685   # Then the files that are in new-files, but not in old-files:
1686   sed_take_last_column='s,^.*'"$delimiter"',,'
1687   already_present=
1688   LC_ALL=C join -t"$delimiter" -v2 "$tmp"/old-files "$tmp"/new-files \
1689     | sed -e "$sed_take_last_column" \
1690     | sed -e "s,^.*\$,&$delimiter&," -e "$sed_rewrite_new_files" > "$tmp"/added-files
1691   { # Rearrange file descriptors. Needed because "while ... done < ..."
1692     # constructs are executed in a subshell e.g. by Solaris 10 /bin/sh.
1693     exec 5<&0 < "$tmp"/added-files
1694     while read g f; do
1695       func_add_or_update
1696     done
1697     exec 0<&5 5<&-
1698   }
1699   # Then the files that are in new-files and in old-files:
1700   already_present=true
1701   LC_ALL=C join -t"$delimiter" "$tmp"/old-files "$tmp"/new-files \
1702     | sed -e "$sed_take_last_column" \
1703     | sed -e "s,^.*\$,&$delimiter&," -e "$sed_rewrite_new_files" > "$tmp"/kept-files
1704   { # Rearrange file descriptors. Needed because "while ... done < ..."
1705     # constructs are executed in a subshell e.g. by Solaris 10 /bin/sh.
1706     exec 5<&0 < "$tmp"/kept-files
1707     while read g f; do
1708       func_add_or_update
1709     done
1710     exec 0<&5 5<&-
1711   }
1712
1713   # Command-line invocation printed in a comment in generated gnulib-cache.m4.
1714   actioncmd="gnulib-tool --import"
1715   func_append actioncmd " --dir=$destdir"
1716   if test -n "$local_gnulib_dir"; then
1717     func_append actioncmd " --local-dir=$local_gnulib_dir"
1718   fi
1719   func_append actioncmd " --lib=$libname"
1720   func_append actioncmd " --source-base=$sourcebase"
1721   func_append actioncmd " --m4-base=$m4base"
1722   func_append actioncmd " --doc-base=$docbase"
1723   func_append actioncmd " --aux-dir=$auxdir"
1724   for module in $avoidlist; do
1725     func_append actioncmd " --avoid=$module"
1726   done
1727   if test -n "$lgpl"; then
1728     func_append actioncmd " --lgpl"
1729   fi
1730   if test -n "$makefile_name"; then
1731     func_append actioncmd " --makefile_name=$makefile_name"
1732   fi
1733   if test "$libtool" = true; then
1734     func_append actioncmd " --libtool"
1735   else
1736     func_append actioncmd " --no-libtool"
1737   fi
1738   func_append actioncmd " --macro-prefix=$macro_prefix"
1739   func_append actioncmd " `echo $specified_modules`"
1740
1741   # Default the makefile name to Makefile.am.
1742   if test -n "$makefile_name"; then
1743     makefile_am=$makefile_name
1744   else
1745     makefile_am=Makefile.am
1746   fi
1747
1748   # Create library makefile.
1749   func_dest_tmpfilename $sourcebase/$makefile_am
1750   func_emit_lib_Makefile_am > "$tmpfile"
1751   if test -f "$destdir"/$sourcebase/$makefile_am; then
1752     if cmp "$destdir"/$sourcebase/$makefile_am "$tmpfile" > /dev/null; then
1753       rm -f "$tmpfile"
1754     else
1755       if $doit; then
1756         echo "Updating $sourcebase/$makefile_am (backup in $sourcebase/$makefile_am~)"
1757         mv -f "$destdir"/$sourcebase/$makefile_am "$destdir"/$sourcebase/$makefile_am~
1758         mv -f "$tmpfile" "$destdir"/$sourcebase/$makefile_am
1759       else
1760         echo "Update $sourcebase/$makefile_am (backup in $sourcebase/$makefile_am~)"
1761         rm -f "$tmpfile"
1762       fi
1763     fi
1764   else
1765     if $doit; then
1766       echo "Creating $sourcebase/$makefile_am"
1767       mv -f "$tmpfile" "$destdir"/$sourcebase/$makefile_am
1768     else
1769       echo "Create $sourcebase/$makefile_am"
1770       rm -f "$tmpfile"
1771     fi
1772   fi
1773
1774   # Create m4/gnulib-cache.m4.
1775   func_dest_tmpfilename $m4base/gnulib-cache.m4
1776   (
1777     func_emit_copyright_notice
1778     echo "#"
1779     echo "# This file represents the specification of how gnulib-tool is used."
1780     echo "# It acts as a cache: It is written and read by gnulib-tool."
1781     echo "# In projects using CVS, this file is meant to be stored in CVS,"
1782     echo "# like the configure.ac and various Makefile.am files."
1783     echo
1784     echo
1785     echo "# Specification in the form of a command-line invocation:"
1786     echo "#   $actioncmd"
1787     echo
1788     echo "# Specification in the form of a few gnulib-tool.m4 macro invocations:"
1789     # Store the local_gnulib_dir relative to destdir.
1790     case "$local_gnulib_dir" in
1791       "" | /*)
1792         relative_local_gnulib_dir="$local_gnulib_dir" ;;
1793       * )
1794         case "$destdir" in
1795           /*) relative_local_gnulib_dir="$local_gnulib_dir" ;;
1796           *)
1797             # destdir, local_gnulib_dir are both relative.
1798             func_relativize "$destdir" "$local_gnulib_dir"
1799             relative_local_gnulib_dir="$reldir" ;;
1800         esac ;;
1801     esac
1802     echo "gl_LOCAL_DIR([$relative_local_gnulib_dir])"
1803     echo "gl_MODULES(["`echo $specified_modules`"])"
1804     echo "gl_AVOID([$avoidlist])"
1805     echo "gl_SOURCE_BASE([$sourcebase])"
1806     echo "gl_M4_BASE([$m4base])"
1807     echo "gl_DOC_BASE([$docbase])"
1808     echo "gl_TESTS_BASE([$testsbase])"
1809     echo "gl_LIB([$libname])"
1810     test -z "$lgpl" || echo "gl_LGPL"
1811     echo "gl_MAKEFILE_NAME([$makefile_name])"
1812     if test "$libtool" = true; then
1813       echo "gl_LIBTOOL"
1814     fi
1815     echo "gl_MACRO_PREFIX([$macro_prefix])"
1816   ) > "$tmpfile"
1817   if test -f "$destdir"/$m4base/gnulib-cache.m4; then
1818     if cmp "$destdir"/$m4base/gnulib-cache.m4 "$tmpfile" > /dev/null; then
1819       rm -f "$tmpfile"
1820     else
1821       if $doit; then
1822         echo "Updating $m4base/gnulib-cache.m4 (backup in $m4base/gnulib-cache.m4~)"
1823         mv -f "$destdir"/$m4base/gnulib-cache.m4 "$destdir"/$m4base/gnulib-cache.m4~
1824         mv -f "$tmpfile" "$destdir"/$m4base/gnulib-cache.m4
1825       else
1826         echo "Update $m4base/gnulib-cache.m4 (backup in $m4base/gnulib-cache.m4~)"
1827         if false; then
1828           cat "$tmpfile"
1829           echo
1830           echo "# gnulib-cache.m4 ends here"
1831         fi
1832         rm -f "$tmpfile"
1833       fi
1834     fi
1835   else
1836     if $doit; then
1837       echo "Creating $m4base/gnulib-cache.m4"
1838       mv -f "$tmpfile" "$destdir"/$m4base/gnulib-cache.m4
1839     else
1840       echo "Create $m4base/gnulib-cache.m4"
1841       cat "$tmpfile"
1842       rm -f "$tmpfile"
1843     fi
1844   fi
1845
1846   # Create m4/gnulib-comp.m4.
1847   func_dest_tmpfilename $m4base/gnulib-comp.m4
1848   (
1849     func_emit_copyright_notice
1850     echo "#"
1851     echo "# This file represents the compiled summary of the specification in"
1852     echo "# gnulib-cache.m4. It lists the computed macro invocations that need"
1853     echo "# to be invoked from configure.ac."
1854     echo "# In projects using CVS, this file can be treated like other built files."
1855     echo
1856     echo
1857     echo "# This macro should be invoked from $configure_ac, in the section"
1858     echo "# \"Checks for programs\", right after AC_PROG_CC, and certainly before"
1859     echo "# any checks for libraries, header files, types and library functions."
1860     echo "AC_DEFUN([${macro_prefix}_EARLY],"
1861     echo "["
1862     echo "  m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace"
1863     echo "  m4_pattern_allow([^gl_ES$])dnl a valid locale name"
1864     echo "  AC_REQUIRE([AC_PROG_RANLIB])"
1865     if grep AC_GNU_SOURCE "$destdir"/$m4base/*.m4 >/dev/null 2>/dev/null; then
1866       echo "  AC_REQUIRE([AC_GNU_SOURCE])"
1867     fi
1868     if grep gl_USE_SYSTEM_EXTENSIONS "$destdir"/$m4base/*.m4 >/dev/null 2>/dev/null; then
1869       echo "  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])"
1870     fi
1871     if grep gl_LOCK "$destdir"/$m4base/*.m4 >/dev/null 2>/dev/null; then
1872       echo "  AC_REQUIRE([gl_LOCK_EARLY])"
1873     fi
1874     echo "])"
1875     echo
1876     echo "# This macro should be invoked from $configure_ac, in the section"
1877     echo "# \"Check for header files, types and library functions\"."
1878     echo "AC_DEFUN([${macro_prefix}_INIT],"
1879     echo "["
1880     if test "$libtool" = true; then
1881       echo "  AM_CONDITIONAL([GL_COND_LIBTOOL], [true])"
1882       echo "  gl_cond_libtool=true"
1883     else
1884       echo "  AM_CONDITIONAL([GL_COND_LIBTOOL], [false])"
1885       echo "  gl_cond_libtool=false"
1886       echo "  gl_libdeps="
1887       echo "  gl_ltlibdeps="
1888     fi
1889     echo "  gl_source_base='$sourcebase'"
1890     if test "$auxdir" != "build-aux"; then
1891       sed_replace_build_aux='
1892         :a
1893         /AC_CONFIG_FILES(.*:build-aux\/.*)/{
1894           s|AC_CONFIG_FILES(\(.*\):build-aux/\(.*\))|AC_CONFIG_FILES(\1:'"$auxdir"'/\2)|
1895           ba
1896         }'
1897       sed_replace_build_aux=`echo "$sed_replace_build_aux" | sed -e 1d -e 's/^ *//'`
1898     else
1899       sed_replace_build_aux=
1900     fi
1901     for module in $modules; do
1902       func_verify_module
1903       if test -n "$module"; then
1904         func_get_autoconf_snippet "$module" \
1905           | sed -e '/^$/d;' -e 's/^/  /' \
1906                 -e 's/AM_GNU_GETTEXT(\[external\])/dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac./' \
1907                 -e "$sed_replace_build_aux"
1908         if test "$module" = 'alloca' && test "$libtool" = true; then
1909           echo 'changequote(,)dnl'
1910           echo 'LTALLOCA=`echo "$ALLOCA" | sed '"'"'s/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/'"'"'`'
1911           echo 'changequote([, ])dnl'
1912           echo 'AC_SUBST([LTALLOCA])'
1913         fi
1914       fi
1915     done
1916     # _LIBDEPS and _LTLIBDEPS variables are not needed if this library is
1917     # created using libtool, because libtool already handles the dependencies.
1918     if test "$libtool" != true; then
1919       libname_upper=`echo "$libname" | tr 'a-z' 'A-Z'`
1920       echo "  ${libname_upper}_LIBDEPS=\"\$gl_libdeps\""
1921       echo "  AC_SUBST([${libname_upper}_LIBDEPS])"
1922       echo "  ${libname_upper}_LTLIBDEPS=\"\$gl_ltlibdeps\""
1923       echo "  AC_SUBST([${libname_upper}_LTLIBDEPS])"
1924     fi
1925     echo "])"
1926     echo
1927     echo "# This macro records the list of files which have been installed by"
1928     echo "# gnulib-tool and may be removed by future gnulib-tool invocations."
1929     echo "AC_DEFUN([${macro_prefix}_FILE_LIST], ["
1930     echo "$files" | sed -e 's,^,  ,'
1931     echo "])"
1932   ) > "$tmpfile"
1933   if test -f "$destdir"/$m4base/gnulib-comp.m4; then
1934     if cmp "$destdir"/$m4base/gnulib-comp.m4 "$tmpfile" > /dev/null; then
1935       rm -f "$tmpfile"
1936     else
1937       if $doit; then
1938         echo "Updating $m4base/gnulib-comp.m4 (backup in $m4base/gnulib-comp.m4~)"
1939         mv -f "$destdir"/$m4base/gnulib-comp.m4 "$destdir"/$m4base/gnulib-comp.m4~
1940         mv -f "$tmpfile" "$destdir"/$m4base/gnulib-comp.m4
1941       else
1942         echo "Update $m4base/gnulib-comp.m4 (backup in $m4base/gnulib-comp.m4~)"
1943         if false; then
1944           cat "$tmpfile"
1945           echo
1946           echo "# gnulib-comp.m4 ends here"
1947         fi
1948         rm -f "$tmpfile"
1949       fi
1950     fi
1951   else
1952     if $doit; then
1953       echo "Creating $m4base/gnulib-comp.m4"
1954       mv -f "$tmpfile" "$destdir"/$m4base/gnulib-comp.m4
1955     else
1956       echo "Create $m4base/gnulib-comp.m4"
1957       cat "$tmpfile"
1958       rm -f "$tmpfile"
1959     fi
1960   fi
1961
1962   if test -n "$inctests"; then
1963     # Create tests makefile.
1964     func_dest_tmpfilename $testsbase/$makefile_am
1965     func_emit_tests_Makefile_am > "$tmpfile"
1966     if test -f "$destdir"/$testsbase/$makefile_am; then
1967       if cmp "$destdir"/$testsbase/$makefile_am "$tmpfile" > /dev/null; then
1968         rm -f "$tmpfile"
1969       else
1970         if $doit; then
1971           echo "Updating $testsbase/$makefile_am (backup in $testsbase/$makefile_am~)"
1972           mv -f "$destdir"/$testsbase/$makefile_am "$destdir"/$testsbase/$makefile_am~
1973           mv -f "$tmpfile" "$destdir"/$testsbase/$makefile_am
1974         else
1975           echo "Update $testsbase/$makefile_am (backup in $testsbase/$makefile_am~)"
1976           rm -f "$tmpfile"
1977         fi
1978       fi
1979     else
1980       if $doit; then
1981         echo "Creating $testsbase/$makefile_am"
1982         mv -f "$tmpfile" "$destdir"/$testsbase/$makefile_am
1983       else
1984         echo "Create $testsbase/$makefile_am"
1985         rm -f "$tmpfile"
1986       fi
1987     fi
1988   fi
1989
1990   echo "Finished."
1991   echo
1992   echo "You may need to add #include directives for the following .h files."
1993   # First the #include <...> directives without #ifs, sorted for convenience,
1994   # then the #include "..." directives without #ifs, sorted for convenience,
1995   # then the #include directives that are surrounded by #ifs. Not sorted.
1996   for module in $modules; do
1997     include_directive=`func_get_include_directive "$module"`
1998     case "$nl$include_directive" in
1999       *"$nl#if"*)
2000         echo "$include_directive" 1>&5
2001         ;;
2002       *)
2003         echo "$include_directive" | grep -v 'include "' 1>&6
2004         echo "$include_directive" | grep 'include "' 1>&7
2005         ;;
2006     esac
2007   done 5> "$tmp"/include-if 6> "$tmp"/include-angles 7> "$tmp"/include-quotes
2008   (
2009    LC_ALL=C sort -u "$tmp"/include-angles
2010    LC_ALL=C sort -u "$tmp"/include-quotes
2011    cat "$tmp"/include-if
2012   ) | sed -e '/^$/d' -e 's/^/  /'
2013   rm -f "$tmp"/include-angles "$tmp"/include-quotes "$tmp"/include-if
2014
2015   echo
2016   echo "Don't forget to"
2017   if test "$makefile_am" = Makefile.am; then
2018     echo "  - add \"$sourcebase/Makefile\" to AC_CONFIG_FILES in $configure_ac,"
2019   else
2020     echo "  - \"include $makefile_name\" from within \"$sourcebase/Makefile.am\","
2021   fi
2022   if test -n "$inctests"; then
2023     if test "$makefile_am" = Makefile.am; then
2024       echo "  - add \"$testsbase/Makefile\" to AC_CONFIG_FILES in $configure_ac,"
2025     else
2026       echo "  - \"include $makefile_name\" from within \"$testsbase/Makefile.am\","
2027     fi
2028   fi
2029   if test "$makefile_am" = Makefile.am; then
2030     sourcebase_dir=`echo "$sourcebase" | sed -n -e 's,/[^/]*$,/,p'`
2031     sourcebase_base=`basename "$sourcebase"`
2032     echo "  - mention \"${sourcebase_base}\" in SUBDIRS in ${sourcebase_dir}Makefile.am,"
2033   fi
2034   if test -n "$inctests"; then
2035     if test "$makefile_am" = Makefile.am; then
2036       testsbase_dir=`echo "$testsbase" | sed -n -e 's,/[^/]*$,/,p'`
2037       testsbase_base=`basename "$testsbase"`
2038       echo "  - mention \"${testsbase_base}\" in SUBDIRS in ${testsbase_dir}Makefile.am,"
2039     fi
2040   fi
2041   echo "  - mention \"-I ${m4base}\" in ACLOCAL_AMFLAGS in Makefile.am,"
2042   echo "  - invoke ${macro_prefix}_EARLY in $configure_ac, right after AC_PROG_CC,"
2043   echo "  - invoke ${macro_prefix}_INIT in $configure_ac."
2044 }
2045
2046 # func_create_testdir testdir modules
2047 # Input:
2048 # - local_gnulib_dir  from --local-dir
2049 # - auxdir          directory relative to destdir where to place build aux files
2050 func_create_testdir ()
2051 {
2052   testdir="$1"
2053   modules="$2"
2054   modules=`for m in $modules; do echo $m; done | LC_ALL=C sort -u`
2055
2056   # Subdirectory names.
2057   sourcebase=gllib
2058   m4base=glm4
2059   docbase=gldoc
2060   testsbase=gltests
2061
2062   # Determine final module list.
2063   func_modules_transitive_closure
2064   echo "Module list with included dependencies:"
2065   echo "$modules" | sed -e 's/^/  /'
2066
2067   # Add the dummy module if needed.
2068   func_modules_add_dummy
2069
2070   # Determine final file list.
2071   func_modules_to_filelist
2072   echo "File list:"
2073   echo "$files" | sed -e 's/^/  /'
2074
2075   # Create directories.
2076   for d in `echo "$files" | sed -n -e 's,^\(.*\)/[^/]*,\1,p'`; do
2077     case "$d" in
2078       build-aux) mkdir -p "$testdir/$auxdir" ;;
2079       doc)       mkdir -p "$testdir/$docbase" ;;
2080       lib)       mkdir -p "$testdir/$sourcebase" ;;
2081       m4)        mkdir -p "$testdir/$m4base" ;;
2082       tests)     mkdir -p "$testdir/$testsbase" ;;
2083       *)         mkdir -p "$testdir/$d" ;;
2084     esac
2085   done
2086
2087   # Copy files or make symbolic links.
2088   delimiter='   '
2089   sed_rewrite_files="\
2090     s,^build-aux/,$auxdir/,
2091     s,^doc/,$docbase/,
2092     s,^lib/,$sourcebase/,
2093     s,^m4/,$m4base/,
2094     s,^tests/,$testsbase/,"
2095   for f in $files; do echo $f; done \
2096     | sed -e "s,^.*\$,&$delimiter&," -e "$sed_rewrite_files" \
2097     | LC_ALL=C sort \
2098     > "$tmp"/files
2099   { # Rearrange file descriptors. Needed because "while ... done < ..."
2100     # constructs are executed in a subshell e.g. by Solaris 10 /bin/sh.
2101     exec 5<&0 < "$tmp"/files
2102     while read g f; do
2103       func_lookup_file "$f"
2104       if test -n "$lookedup_tmp"; then
2105         cp -p "$lookedup_file" "$testdir/$g"
2106       else
2107         ln "$lookedup_file" "$testdir/$g" 2>/dev/null ||
2108         if test -z "$symbolic"; then
2109           cp -p "$lookedup_file" "$testdir/$g"
2110         else
2111           ln -s "$lookedup_file" "$testdir/$g"
2112         fi
2113       fi
2114     done
2115     exec 0<&5 5<&-
2116   }
2117
2118   # Create $sourcebase/Makefile.am.
2119   mkdir -p "$testdir/$sourcebase"
2120   func_emit_lib_Makefile_am > "$testdir/$sourcebase/Makefile.am"
2121
2122   # Create $m4base/Makefile.am.
2123   mkdir -p "$testdir/$m4base"
2124   (echo "## Process this file with automake to produce Makefile.in."
2125    echo
2126    echo "EXTRA_DIST ="
2127    for f in $files; do
2128      case "$f" in
2129        m4/* )
2130          echo "EXTRA_DIST += "`echo "$f" | sed -e 's,^m4/,,'` ;;
2131      esac
2132    done
2133   ) > "$testdir/$m4base/Makefile.am"
2134
2135   subdirs="$sourcebase $m4base"
2136   subdirs_with_configure_ac=""
2137
2138   if test -f "$testdir"/$m4base/gettext.m4; then
2139     # Avoid stupid error message from automake:
2140     # "AM_GNU_GETTEXT used but `po' not in SUBDIRS"
2141     mkdir -p "$testdir/po"
2142     (echo "## Process this file with automake to produce Makefile.in."
2143     ) > "$testdir/po/Makefile.am"
2144     func_append subdirs " po"
2145   fi
2146
2147   if test -n "$inctests"; then
2148     test -d "$testdir/$testsbase" || mkdir "$testdir/$testsbase"
2149     # Create $testsbase/Makefile.am.
2150     func_emit_tests_Makefile_am > "$testdir/$testsbase/Makefile.am"
2151     # Create $testsbase/configure.ac.
2152     (echo "# Process this file with autoconf to produce a configure script."
2153      echo "AC_INIT([dummy], [0])"
2154      echo "AC_CONFIG_AUX_DIR([../$auxdir])"
2155      echo "AM_INIT_AUTOMAKE"
2156      echo
2157      echo "AM_CONFIG_HEADER([config.h])"
2158      echo
2159      echo "AC_PROG_CC"
2160      echo "AC_PROG_INSTALL"
2161      echo "AC_PROG_MAKE_SET"
2162      echo "AC_PROG_RANLIB"
2163      echo
2164      if grep AC_GNU_SOURCE "$testdir/$m4base"/*.m4 >/dev/null 2>/dev/null; then
2165        echo "AC_GNU_SOURCE"
2166        echo
2167      fi
2168      if grep gl_USE_SYSTEM_EXTENSIONS "$testdir/$m4base"/*.m4 >/dev/null 2>/dev/null; then
2169        echo "gl_USE_SYSTEM_EXTENSIONS"
2170        echo
2171      fi
2172      if grep gl_LOCK "$testdir/$m4base"/*.m4 >/dev/null 2>/dev/null; then
2173        echo "gl_LOCK_EARLY"
2174        echo
2175      fi
2176      if test "$libtool" = true; then
2177        echo "AM_CONDITIONAL([GL_COND_LIBTOOL], [true])"
2178        echo "gl_cond_libtool=true"
2179      else
2180        echo "AM_CONDITIONAL([GL_COND_LIBTOOL], [false])"
2181        echo "gl_cond_libtool=false"
2182        echo "gl_libdeps="
2183        echo "gl_ltlibdeps="
2184      fi
2185      echo "gl_source_base='$testsbase'"
2186      # Wrap the set of autoconf snippets into an autoconf macro that is then
2187      # invoked. This is needed because autoconf does not support AC_REQUIRE
2188      # at the top level:
2189      #   error: AC_REQUIRE(gt_CSHARPCOMP): cannot be used outside of an AC_DEFUN'd macro
2190      # but we want the AC_REQUIRE to have its normal meaning (provide one
2191      # expansion of the required macro before the current point, and only one
2192      # expansion total).
2193      echo "AC_DEFUN([gl_INIT], ["
2194      if test "$auxdir" != "build-aux"; then
2195        sed_replace_build_aux='
2196          :a
2197          /AC_CONFIG_FILES(.*:build-aux\/.*)/{
2198            s|AC_CONFIG_FILES(\(.*\):build-aux/\(.*\))|AC_CONFIG_FILES(\1:../'"$auxdir"'/\2)|
2199            ba
2200          }'
2201        sed_replace_build_aux=`echo "$sed_replace_build_aux" | sed -e 1d -e 's/^ *//'`
2202      else
2203        sed_replace_build_aux=
2204      fi
2205      # We don't have explicit ordering constraints between the various
2206      # autoconf snippets. It's cleanest to put those of the library before
2207      # those of the tests.
2208      for module in $modules; do
2209        func_verify_nontests_module
2210        if test -n "$module"; then
2211          func_get_autoconf_snippet "$module" \
2212            | sed -e "$sed_replace_build_aux"
2213        fi
2214      done
2215      for module in $modules; do
2216        func_verify_tests_module
2217        if test -n "$module"; then
2218          func_get_autoconf_snippet "$module" \
2219            | sed -e "$sed_replace_build_aux"
2220        fi
2221      done
2222      # _LIBDEPS and _LTLIBDEPS variables are not needed if this library is
2223      # created using libtool, because libtool already handles the dependencies.
2224      if test "$libtool" != true; then
2225        libname_upper=`echo "$libname" | tr 'a-z' 'A-Z'`
2226        echo "  ${libname_upper}_LIBDEPS=\"\$gl_libdeps\""
2227        echo "  AC_SUBST([${libname_upper}_LIBDEPS])"
2228        echo "  ${libname_upper}_LTLIBDEPS=\"\$gl_ltlibdeps\""
2229        echo "  AC_SUBST([${libname_upper}_LTLIBDEPS])"
2230      fi
2231      echo "])"
2232      echo "gl_INIT"
2233      echo
2234      # Usually $testsbase/config.h will be a superset of config.h. Verify this
2235      # by "merging" config.h into $testsbase/config.h; look out for gcc warnings.
2236      echo "AH_TOP([#include \"../config.h\"])"
2237      echo
2238      echo "AC_OUTPUT([Makefile])"
2239     ) > "$testdir/$testsbase/configure.ac"
2240     func_append subdirs " $testsbase"
2241     subdirs_with_configure_ac="$subdirs_with_configure_ac $testsbase"
2242   fi
2243
2244   # Create Makefile.am.
2245   (echo "## Process this file with automake to produce Makefile.in."
2246    echo
2247    echo "AUTOMAKE_OPTIONS = 1.5 foreign"
2248    echo
2249    echo "SUBDIRS = $subdirs"
2250    echo
2251    echo "ACLOCAL_AMFLAGS = -I $m4base"
2252   ) > "$testdir/Makefile.am"
2253
2254   # Create configure.ac.
2255   (echo "# Process this file with autoconf to produce a configure script."
2256    echo "AC_INIT([dummy], [0])"
2257    if test "$auxdir" != "."; then
2258      echo "AC_CONFIG_AUX_DIR([$auxdir])"
2259    fi
2260    echo "AM_INIT_AUTOMAKE"
2261    echo
2262    echo "AM_CONFIG_HEADER([config.h])"
2263    echo
2264    echo "AC_PROG_CC"
2265    echo "AC_PROG_INSTALL"
2266    echo "AC_PROG_MAKE_SET"
2267    echo
2268    echo "m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace"
2269    echo "m4_pattern_allow([^gl_ES$])dnl a valid locale name"
2270    echo
2271    echo "AC_PROG_RANLIB"
2272    echo
2273    if grep AC_GNU_SOURCE "$testdir/$m4base"/*.m4 >/dev/null 2>/dev/null; then
2274      echo "AC_GNU_SOURCE"
2275      echo
2276    fi
2277    if grep gl_USE_SYSTEM_EXTENSIONS "$testdir/$m4base"/*.m4 >/dev/null 2>/dev/null; then
2278      echo "gl_USE_SYSTEM_EXTENSIONS"
2279      echo
2280    fi
2281    if grep gl_LOCK "$testdir/$m4base"/*.m4 >/dev/null 2>/dev/null; then
2282      echo "gl_LOCK_EARLY"
2283      echo
2284    fi
2285    if test "$libtool" = true; then
2286      echo "AM_CONDITIONAL([GL_COND_LIBTOOL], [true])"
2287      echo "gl_cond_libtool=true"
2288    else
2289      echo "AM_CONDITIONAL([GL_COND_LIBTOOL], [false])"
2290      echo "gl_cond_libtool=false"
2291      echo "gl_libdeps="
2292      echo "gl_ltlibdeps="
2293    fi
2294    echo "gl_source_base='$sourcebase'"
2295    # Wrap the set of autoconf snippets into an autoconf macro that is then
2296    # invoked. This is needed because autoconf does not support AC_REQUIRE
2297    # at the top level:
2298    #   error: AC_REQUIRE(gt_CSHARPCOMP): cannot be used outside of an AC_DEFUN'd macro
2299    # but we want the AC_REQUIRE to have its normal meaning (provide one
2300    # expansion of the required macro before the current point, and only one
2301    # expansion total).
2302    echo "AC_DEFUN([gl_INIT], ["
2303    if test "$auxdir" != "build-aux"; then
2304      sed_replace_build_aux='
2305        :a
2306        /AC_CONFIG_FILES(.*:build-aux\/.*)/{
2307          s|AC_CONFIG_FILES(\(.*\):build-aux/\(.*\))|AC_CONFIG_FILES(\1:'"$auxdir"'/\2)|
2308          ba
2309        }'
2310      sed_replace_build_aux=`echo "$sed_replace_build_aux" | sed -e 1d -e 's/^ *//'`
2311    else
2312      sed_replace_build_aux=
2313    fi
2314    for module in $modules; do
2315      func_verify_nontests_module
2316      if test -n "$module"; then
2317        func_get_autoconf_snippet "$module" \
2318          | sed -e "$sed_replace_build_aux"
2319      fi
2320    done
2321    # _LIBDEPS and _LTLIBDEPS variables are not needed if this library is
2322    # created using libtool, because libtool already handles the dependencies.
2323    if test "$libtool" != true; then
2324      libname_upper=`echo "$libname" | tr 'a-z' 'A-Z'`
2325      echo "  ${libname_upper}_LIBDEPS=\"\$gl_libdeps\""
2326      echo "  AC_SUBST([${libname_upper}_LIBDEPS])"
2327      echo "  ${libname_upper}_LTLIBDEPS=\"\$gl_ltlibdeps\""
2328      echo "  AC_SUBST([${libname_upper}_LTLIBDEPS])"
2329    fi
2330    echo "])"
2331    echo "gl_INIT"
2332    echo
2333    if test -n "$subdirs_with_configure_ac"; then
2334      echo "AC_CONFIG_SUBDIRS(["`echo $subdirs_with_configure_ac`"])"
2335    fi
2336    makefiles="Makefile"
2337    for d in $subdirs; do
2338      # For subdirs that have a configure.ac by their own, it's the subdir's
2339      # configure.ac which creates the subdir's Makefile.am, not this one.
2340      case " $subdirs_with_configure_ac " in
2341        *" $d "*) ;;
2342        *) func_append makefiles " $d/Makefile" ;;
2343      esac
2344    done
2345    echo "AC_OUTPUT([$makefiles])"
2346   ) > "$testdir/configure.ac"
2347
2348   # Create autogenerated files.
2349   (cd "$testdir"
2350    echo "executing ${AUTORECONF} --force --install"
2351    ${AUTORECONF} --force --install
2352   )
2353   if grep '^BUILT_SOURCES *+=' "$testdir/$sourcebase/Makefile.am" > /dev/null; then
2354     (cd "$testdir"
2355      ./configure
2356        cd "$sourcebase"
2357        echo 'built_sources: $(BUILT_SOURCES)' >> Makefile
2358        make built_sources
2359        cd ..
2360      make distclean
2361     )
2362   fi
2363 }
2364
2365 # func_create_megatestdir megatestdir allmodules
2366 # Input:
2367 # - local_gnulib_dir  from --local-dir
2368 # - auxdir          directory relative to destdir where to place build aux files
2369 func_create_megatestdir ()
2370 {
2371   megatestdir="$1"
2372   allmodules="$2"
2373   if test -z "$allmodules"; then
2374     allmodules=`func_all_modules`
2375   fi
2376
2377   megasubdirs=
2378   # First, all modules one by one.
2379   for onemodule in $allmodules; do
2380     func_create_testdir "$megatestdir/$onemodule" $onemodule
2381     func_append megasubdirs "$onemodule "
2382   done
2383   # Then, all modules all together.
2384   # Except config-h, which breaks all modules which use HAVE_CONFIG_H.
2385   # Except fnmatch-posix, which conflicts with fnmatch-gnu. FIXME.
2386   allmodules=`for m in $allmodules; do if test $m != config-h && test $m != fnmatch-posix; then echo $m; fi; done`
2387   func_create_testdir "$megatestdir/ALL" "$allmodules"
2388   func_append megasubdirs "ALL"
2389
2390   # Create Makefile.am.
2391   (echo "## Process this file with automake to produce Makefile.in."
2392    echo
2393    echo "AUTOMAKE_OPTIONS = 1.5 foreign"
2394    echo
2395    echo "SUBDIRS = $megasubdirs"
2396   ) > "$megatestdir/Makefile.am"
2397
2398   # Create configure.ac.
2399   (echo "# Process this file with autoconf to produce a configure script."
2400    echo "AC_INIT([dummy], [0])"
2401    if test "$auxdir" != "."; then
2402      echo "AC_CONFIG_AUX_DIR([$auxdir])"
2403    fi
2404    echo "AM_INIT_AUTOMAKE"
2405    echo
2406    echo "AC_PROG_MAKE_SET"
2407    echo
2408    echo "AC_CONFIG_SUBDIRS([$megasubdirs])"
2409    echo "AC_OUTPUT([Makefile])"
2410   ) > "$megatestdir/configure.ac"
2411
2412   # Create autogenerated files.
2413   (cd "$megatestdir"
2414    # Do not use "${AUTORECONF} --install", because autoreconf operates
2415    # recursively, but the subdirectories are already finished, therefore
2416    # calling autoreconf here would only waste lots of CPU time.
2417    echo "executing ${ACLOCAL}"
2418    ${ACLOCAL}
2419    echo "executing mkdir build-aux"
2420    mkdir build-aux
2421    echo "executing ${AUTOCONF}"
2422    ${AUTOCONF}
2423    echo "executing ${AUTOMAKE} --add-missing --copy"
2424    ${AUTOMAKE} --add-missing --copy
2425   )
2426 }
2427
2428 case $mode in
2429   "" )
2430     func_fatal_error "no mode specified" ;;
2431
2432   list )
2433     func_all_modules
2434     ;;
2435
2436   import | update )
2437
2438     # Where to import.
2439     if test -z "$destdir"; then
2440       destdir=.
2441     fi
2442     test -d "$destdir" \
2443       || func_fatal_error "destination directory does not exist: $destdir"
2444
2445     # Prefer configure.ac to configure.in.
2446     if test -f "$destdir"/configure.ac; then
2447       configure_ac="$destdir/configure.ac"
2448     else
2449       if test -f "$destdir"/configure.in; then
2450         configure_ac="$destdir/configure.in"
2451       else
2452         func_fatal_error "cannot find $destdir/configure.ac"
2453       fi
2454     fi
2455
2456     # Analyze configure.ac.
2457     guessed_auxdir="."
2458     guessed_libtool=false
2459     my_sed_traces='
2460       s,#.*$,,
2461       s,^dnl .*$,,
2462       s, dnl .*$,,
2463       /AC_CONFIG_AUX_DIR/ {
2464         s,^.*AC_CONFIG_AUX_DIR([[ ]*\([^])]*\).*$,guessed_auxdir="\1",p
2465       }
2466       /A[CM]_PROG_LIBTOOL/ {
2467         s,^.*$,guessed_libtool=true,p
2468       }'
2469     eval `sed -n -e "$my_sed_traces" < "$configure_ac"`
2470
2471     if test -z "$auxdir"; then
2472       auxdir="$guessed_auxdir"
2473     fi
2474
2475     # Determine where to apply func_import.
2476     if test -n "$m4base"; then
2477       # Apply func_import to a particular gnulib directory.
2478       # Any number of additional modules can be given.
2479       if test ! -f "$destdir/$m4base"/gnulib-cache.m4; then
2480         # First use of gnulib in the given m4base.
2481         test -n "$supplied_libname" || supplied_libname=true
2482         test -n "$sourcebase" || sourcebase="lib"
2483         test -n "$docbase" || docbase="doc"
2484         test -n "$testsbase" || testsbase="tests"
2485         test -n "$macro_prefix" || macro_prefix="gl"
2486       fi
2487       func_import "$*"
2488     else
2489       # Apply func_import to all gnulib directories.
2490       # To get this list of directories, look at Makefile.am. (Not at
2491       # configure, because it may be omitted from CVS. Also, don't run
2492       # "find $destdir -name gnulib-cache.m4", as it might be too expensive.)
2493       m4dirs=
2494       m4dirs_count=0
2495       if test -f "$destdir"/Makefile.am; then
2496         aclocal_amflags=`grep '^ACLOCAL_AMFLAGS[         ]*=' "$destdir"/Makefile.am | sed -e 's/^ACLOCAL_AMFLAGS[       ]*=\(.*\)$/\1/'`
2497         m4dir_is_next=
2498         for arg in $aclocal_amflags; do
2499           if test -n "$m4dir_is_next"; then
2500             # Ignore absolute directory pathnames, like /usr/local/share/aclocal.
2501             case "$arg" in
2502               /*) ;;
2503               *)
2504                 if test -f "$destdir/$arg"/gnulib-cache.m4; then
2505                   func_append m4dirs " $arg"
2506                   m4dirs_count=`expr $m4dirs_count + 1`
2507                 fi
2508                 ;;
2509             esac
2510           else
2511             if test "X$arg" = "X-I"; then
2512               m4dir_is_next=yes
2513             else
2514               m4dir_is_next=
2515             fi
2516           fi
2517         done
2518       else
2519         # No Makefile.am! Oh well. Look at the last generated aclocal.m4.
2520         if test -f "$destdir"/aclocal.m4; then
2521           sedexpr1='s,^m4_include(\[\(.*\)])$,\1,p'
2522           sedexpr2='s,^[^/]*$,.,'
2523           sedexpr3='s,/[^/]*$,,'
2524           m4dirs=`sed -n -e "$sedexpr1" aclocal.m4 | sed -e "$sedexpr2" -e "$sedexpr3" | LC_ALL=C sort -u`
2525           m4dirs_count=`echo "$m4dirs" | wc -l`
2526         fi
2527       fi
2528       if test $m4dirs_count = 0; then
2529         # First use of gnulib in a package.
2530         # Any number of additional modules can be given.
2531         test -n "$supplied_libname" || supplied_libname=true
2532         test -n "$sourcebase" || sourcebase="lib"
2533         m4base="m4"
2534         test -n "$docbase" || docbase="doc"
2535         test -n "$testsbase" || testsbase="tests"
2536         test -n "$macro_prefix" || macro_prefix="gl"
2537         func_import "$*"
2538       else
2539         if test $m4dirs_count = 1; then
2540           # There's only one use of gnulib here. Assume the user means it.
2541           # Any number of additional modules can be given.
2542           for m4base in $m4dirs; do
2543             func_import "$*"
2544           done
2545         else
2546           # Ambiguous - guess what the user meant.
2547           if test $# = 0; then
2548             # No further arguments. Guess the user wants to update all of them.
2549             for m4base in $m4dirs; do
2550               # Perform func_import in a subshell, so that variable values
2551               # such as
2552               #   local_gnulib_dir, avoidlist, sourcebase, m4base, docbase,
2553               #   testsbase, libname, lgpl, makefile_name, libtool, macro_prefix
2554               # don't propagate from one directory to another.
2555               (func_import) || func_exit 1
2556             done
2557           else
2558             # Really ambiguous.
2559             func_fatal_error "Ambiguity: to which directory should the modules be added? Please specify at least --m4-base=..."
2560           fi
2561         fi
2562       fi
2563     fi
2564     ;;
2565
2566   create-testdir )
2567     if test -z "$destdir"; then
2568       func_fatal_error "please specify --dir option"
2569     fi
2570     mkdir "$destdir"
2571     test -d "$destdir" \
2572       || func_fatal_error "could not create destination directory"
2573     test -n "$auxdir" || auxdir="build-aux"
2574     func_create_testdir "$destdir" "$*"
2575     ;;
2576
2577   create-megatestdir )
2578     if test -z "$destdir"; then
2579       func_fatal_error "please specify --dir option"
2580     fi
2581     mkdir "$destdir" || func_fatal_error "could not create destination directory"
2582     test -n "$auxdir" || auxdir="build-aux"
2583     func_create_megatestdir "$destdir" "$*"
2584     ;;
2585
2586   test )
2587     test -n "$destdir" || destdir=testdir$$
2588     mkdir "$destdir" || func_fatal_error "could not create destination directory"
2589     test -n "$auxdir" || auxdir="build-aux"
2590     func_create_testdir "$destdir" "$*"
2591     cd "$destdir"
2592       mkdir build
2593       cd build
2594         ../configure
2595         make
2596         make check
2597         make distclean
2598         remaining=`find . -type f -print`
2599         if test -n "$remaining"; then
2600           echo "Remaining files:" $remaining 1>&2
2601           echo "gnulib-tool: *** Stop." 1>&2
2602           func_exit 1
2603         fi
2604       cd ..
2605     cd ..
2606     rm -rf "$destdir"
2607     ;;
2608
2609   megatest )
2610     test -n "$destdir" || destdir=testdir$$
2611     mkdir "$destdir" || func_fatal_error "could not create destination directory"
2612     test -n "$auxdir" || auxdir="build-aux"
2613     func_create_megatestdir "$destdir" "$*"
2614     cd "$destdir"
2615       mkdir build
2616       cd build
2617         ../configure
2618         make
2619         make check
2620         make distclean
2621         remaining=`find . -type f -print`
2622         if test -n "$remaining"; then
2623           echo "Remaining files:" $remaining 1>&2
2624           echo "gnulib-tool: *** Stop." 1>&2
2625           func_exit 1
2626         fi
2627       cd ..
2628     cd ..
2629     rm -rf "$destdir"
2630     ;;
2631
2632   extract-description )
2633     for module
2634     do
2635       func_verify_module
2636       if test -n "$module"; then
2637         func_get_description "$module"
2638       fi
2639     done
2640     ;;
2641
2642   extract-filelist )
2643     for module
2644     do
2645       func_verify_module
2646       if test -n "$module"; then
2647         func_get_filelist "$module"
2648       fi
2649     done
2650     ;;
2651
2652   extract-dependencies )
2653     for module
2654     do
2655       func_verify_module
2656       if test -n "$module"; then
2657         func_get_dependencies "$module"
2658       fi
2659     done
2660     ;;
2661
2662   extract-autoconf-snippet )
2663     for module
2664     do
2665       func_verify_module
2666       if test -n "$module"; then
2667         func_get_autoconf_snippet "$module"
2668       fi
2669     done
2670     ;;
2671
2672   extract-automake-snippet )
2673     for module
2674     do
2675       func_verify_module
2676       if test -n "$module"; then
2677         func_get_automake_snippet "$module"
2678       fi
2679     done
2680     ;;
2681
2682   extract-include-directive )
2683     for module
2684     do
2685       func_verify_module
2686       if test -n "$module"; then
2687         func_get_include_directive "$module"
2688       fi
2689     done
2690     ;;
2691
2692   extract-license )
2693     for module
2694     do
2695       func_verify_module
2696       if test -n "$module"; then
2697         func_get_license "$module"
2698       fi
2699     done
2700     ;;
2701
2702   extract-maintainer )
2703     for module
2704     do
2705       func_verify_module
2706       if test -n "$module"; then
2707         func_get_maintainer "$module"
2708       fi
2709     done
2710     ;;
2711
2712   extract-tests-module )
2713     for module
2714     do
2715       func_verify_module
2716       if test -n "$module"; then
2717         func_get_tests_module "$module"
2718       fi
2719     done
2720     ;;
2721
2722   * )
2723     func_fatal_error "unknown operation mode --$mode" ;;
2724 esac
2725
2726 rm -rf "$tmp"
2727 # Undo the effect of the previous 'trap' command. Some shellology:
2728 # We cannot use "trap - 0 1 2 3 13 15", because Solaris sh would attempt to
2729 # execute the command "-". "trap '' ..." is fine only for signal 0 (= normal
2730 # exit); for the others we need to call 'exit' explicitly. The value of $? is
2731 # 128 + signal number and is set before the trap-registered command is run.
2732 trap '' 0
2733 trap 'func_exit $?' 1 2 3 13 15
2734
2735 exit 0
2736
2737 # Local Variables:
2738 # indent-tabs-mode: nil
2739 # whitespace-check-buffer-indent: nil
2740 # End: