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