Read the previous cached settings.
[pspp] / gnulib-tool
1 #! /bin/sh
2 #
3 # Copyright (C) 2002, 2003, 2004, 2005 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
17 # Foundation, 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: 2005-08-31 20:54:49 $'
26 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
27 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
28
29 # You can set AUTOCONFPATH to empty if autoconf 2.57 is already in your PATH.
30 AUTOCONFPATH=
31 #case $USER in
32 #  bruno )
33 #    AUTOCONFBINDIR=/packages/gnu-inst-autoconf/2.57/bin
34 #    AUTOCONFPATH="eval env PATH=${AUTOCONFBINDIR}:\$PATH "
35 #    ;;
36 #esac
37
38 AUTORECONF="${AUTOCONFPATH}autoreconf"
39
40 # func_usage
41 # outputs to stdout the --help usage message.
42 func_usage ()
43 {
44   echo "\
45 Usage: gnulib-tool --list
46        gnulib-tool --import [module1 ... moduleN]
47        gnulib-tool --create-testdir --dir=directory module1 ... moduleN
48        gnulib-tool --create-megatestdir --dir=directory [module1 ... moduleN]
49        gnulib-tool --test --dir=directory module1 ... moduleN
50        gnulib-tool --megatest --dir=directory [module1 ... moduleN]
51        gnulib-tool --extract-description module
52        gnulib-tool --extract-filelist module
53        gnulib-tool --extract-dependencies module
54        gnulib-tool --extract-autoconf-snippet module
55        gnulib-tool --extract-automake-snippet module
56        gnulib-tool --extract-include-directive module
57        gnulib-tool --extract-license module
58        gnulib-tool --extract-maintainer module
59        gnulib-tool --extract-tests-module module
60
61 Operation modes:
62       --list                print the available module names
63       --import              import the given modules into the current package
64       --create-testdir      create a scratch package with the given modules
65       --create-megatestdir  create a mega scratch package with the given modules
66                             one by one and all together
67       --test                test the combination of the given modules
68                             (recommended to use CC=\"gcc -Wall\" here)
69       --megatest            test the given modules one by one and all together
70                             (recommended to use CC=\"gcc -Wall\" here)
71       --extract-description        extract the description
72       --extract-filelist           extract the list of files
73       --extract-dependencies       extract the dependencies
74       --extract-autoconf-snippet   extract the snippet for configure.ac
75       --extract-automake-snippet   extract the snippet for lib/Makefile.am
76       --extract-include-directive  extract the #include directive
77       --extract-license            report the license terms of the source files
78                                    under lib/
79       --extract-maintainer         report the maintainer(s) inside gnulib
80       --extract-tests-module       report the unit test module, if it exists
81
82 Options:
83       --dir=DIRECTORY       specify the target directory
84                             For --import, this specifies where your
85                             configure.ac can be found.  Defaults to current
86                             directory.
87       --lib=LIBRARY         Specify the library name.  Defaults to 'libgnu'.
88       --source-base=DIRECTORY
89                             Directory relative --dir where source code is
90                             placed (default \"lib\"), for --import.
91       --m4-base=DIRECTORY   Directory relative --dir where *.m4 macros are
92                             placed (default \"m4\"), for --import.
93       --tests-base=DIRECTORY
94                             Directory relative --dir where unit tests are
95                             placed (default \"tests\"), for --import.
96       --aux-dir=DIRECTORY   Directory relative --dir where auxiliary build
97                             tools are placed (default \"build-aux\").
98       --with-tests          Include unit tests for the included modules.
99       --avoid=MODULE        Avoid including the given MODULE. Useful if you
100                             have code that provides equivalent functionality.
101                             This option can be repeated.
102       --lgpl                Abort if modules aren't available under the LGPL.
103                             Also modify license template from GPL to LGPL.
104       --libtool             Use libtool rules, for --import.
105       --macro-prefix=PREFIX  Specify the prefix of the macros 'gl_EARLY' and
106                             'gl_INIT'. Default is 'gl'.
107       --no-changelog        don't update or create ChangeLog files
108       --dry-run             For --import, only print what would have been done.
109   -s, --symbolic, --symlink Make symbolic links instead of copying files.
110
111 Report bugs to <bug-gnulib@gnu.org>."
112 }
113
114 # func_version
115 # outputs to stdout the --version message.
116 func_version ()
117 {
118   echo "$progname (GNU $package) $version"
119   echo "Copyright (C) 2002-2005 Free Software Foundation, Inc.
120 This is free software; see the source for copying conditions.  There is NO
121 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
122   echo "Written by" "Bruno Haible" "and" "Simon Josefsson"
123 }
124
125 # func_fatal_error message
126 # outputs to stderr a fatal error message, and terminates the program.
127 func_fatal_error ()
128 {
129   echo "gnulib-tool: *** $1" 1>&2
130   echo "gnulib-tool: *** Stop." 1>&2
131   exit 1
132 }
133
134 # func_cp_if_changed SRC DEST
135 # Like cp, but avoids munging timestamps if the file hasn't changed.
136 # Uses also the variables
137 # - dry_run         true if actions shall only be printed, blank otherwise
138 func_cp_if_changed ()
139 {
140   if test $# -ne 2; then
141     echo "usage: func_cp_if_changed SRC DEST" >&2
142   fi
143   test -n "$dry_run" && dry=echo
144   if cmp "$1" "$2" >/dev/null 2>&1; then
145     :
146   else
147     $dry cp -p "$1" "$2"
148   fi
149 }
150
151 # func_mv_if_changed SRC DEST
152 # Like mv, but avoids munging timestamps if the file hasn't changed.
153 # Removes SRC if it is not renamed.
154 # Uses also the variables
155 # - dry_run         true if actions shall only be printed, blank otherwise
156 func_mv_if_changed ()
157 {
158   if test $# -ne 2; then
159     echo "usage: func_mv_if_changed SRC DEST" >&2
160   fi
161   test -n "$dry_run" && dry=echo
162   if cmp "$1" "$2" >/dev/null 2>&1; then
163     $dry rm "$1"
164   else
165     $dry mv "$1" "$2"
166   fi
167 }
168
169 # func_ln_if_changed SRC DEST
170 # Like ln -s, but avoids munging timestamps if the link is correct.
171 # Uses also the variables
172 # - dry_run         true if actions shall only be printed, blank otherwise
173 func_ln_if_changed ()
174 {
175   if test $# -ne 2; then
176     echo "usage: func_ln_if_changed SRC DEST" >&2
177   fi
178   test -n "$dry_run" && dry=echo
179   if test -L "$2" -a "$1" = "`readlink "$2"`"; then
180     :
181   else
182     $dry rm -f "$2"
183     $dry ln -s "$1" "$2"
184   fi
185 }
186
187 # Command-line option processing.
188 # Removes the OPTIONS from the arguments. Sets the variables:
189 # - mode            list or import or create-testdir or create-megatestdir
190 # - destdir         from --dir
191 # - libname, supplied_libname  from --lib
192 # - sourcebase      from --source-base
193 # - m4base          from --m4-base
194 # - testsbase       from --tests-base
195 # - auxdir          from --aux-dir
196 # - inctests        true if --with-tests was given, blank otherwise
197 # - avoidlist       list of modules to avoid, from --avoid
198 # - lgpl            true if --lgpl was given, blank otherwise
199 # - libtool         true if --libtool was given, blank otherwise
200 # - do_changelog    false if --no-changelog was given, : otherwise
201 # - dry_run         true if --dry-run was given, blank otherwise
202 {
203   mode=
204   destdir=
205   libname=libgnu
206   supplied_libname=
207   sourcebase=
208   m4base=
209   testsbase=
210   auxdir=
211   inctests=
212   avoidlist=
213   lgpl=
214   libtool=
215   macro_prefix=
216   do_changelog=:
217   dry_run=
218   symbolic=
219
220   supplied_opts="$@"
221
222   while test $# -gt 0; do
223     case "$1" in
224       --list | --lis )
225         mode=list
226         shift ;;
227       --import | --impor | --impo | --imp | --im | --i )
228         mode=import
229         shift ;;
230       --create-testdir | --create-testdi | --create-testd | --create-test | --create-tes | --create-te | --create-t )
231         mode=create-testdir
232         shift ;;
233       --create-megatestdir | --create-megatestdi | --create-megatestd | --create-megatest | --create-megates | --create-megate | --create-megat | --create-mega | --create-meg | --create-me | --create-m )
234         mode=create-megatestdir
235         shift ;;
236       --test | --tes | --te | --t )
237         mode=test
238         shift ;;
239       --megatest | --megates | --megate | --megat | --mega | --meg | --me | --m )
240         mode=megatest
241         shift ;;
242       --extract-* )
243         mode=`echo "X$1" | sed -e 's/^X--//'`
244         shift ;;
245       --dir )
246         shift
247         if test $# = 0; then
248           func_fatal_error "missing argument for --dir"
249         fi
250         destdir=$1
251         shift ;;
252       --dir=* )
253         destdir=`echo "X$1" | sed -e 's/^X--dir=//'`
254         shift ;;
255       --lib )
256         shift
257         if test $# = 0; then
258           func_fatal_error "missing argument for --lib"
259         fi
260         libname=$1
261         supplied_libname=true
262         shift ;;
263       --lib=* )
264         libname=`echo "X$1" | sed -e 's/^X--lib=//'`
265         supplied_libname=true
266         shift ;;
267       --source-base )
268         shift
269         if test $# = 0; then
270           func_fatal_error "missing argument for --source-base"
271         fi
272         sourcebase=$1
273         shift ;;
274       --source-base=* )
275         sourcebase=`echo "X$1" | sed -e 's/^X--source-base=//'`
276         shift ;;
277       --m4-base )
278         shift
279         if test $# = 0; then
280           func_fatal_error "missing argument for --m4-base"
281         fi
282         m4base=$1
283         shift ;;
284       --m4-base=* )
285         m4base=`echo "X$1" | sed -e 's/^X--m4-base=//'`
286         shift ;;
287       --tests-base )
288         shift
289         if test $# = 0; then
290           func_fatal_error "missing argument for --tests-base"
291         fi
292         testsbase=$1
293         shift ;;
294       --tests-base=* )
295         testsbase=`echo "X$1" | sed -e 's/^X--tests-base=//'`
296         shift ;;
297       --aux-dir )
298         shift
299         if test $# = 0; then
300           func_fatal_error "missing argument for --aux-dir"
301         fi
302         auxdir=$1
303         shift ;;
304       --aux-dir=* )
305         auxdir=`echo "X$1" | sed -e 's/^X--aux-dir=//'`
306         shift ;;
307       --with-tests )
308         inctests=true
309         shift ;;
310       --avoid )
311         shift
312         if test $# = 0; then
313           func_fatal_error "missing argument for --avoid"
314         fi
315         avoidlist="$avoidlist $1"
316         shift ;;
317       --avoid=* )
318         avoidlist="$avoidlist "`echo "X$1" | sed -e 's/^X--avoid=//'`
319         shift ;;
320       --lgpl )
321         lgpl=true
322         shift ;;
323       --libtool )
324         libtool=true
325         shift ;;
326       --macro-prefix )
327         shift
328         if test $# = 0; then
329           func_fatal_error "missing argument for --macro-prefix"
330         fi
331         macro_prefix="$1"
332         shift ;;
333       --macro-prefix=* )
334         macro_prefix=`echo "X$1" | sed -e 's/^X--macro-prefix=//'`
335         shift ;;
336       --no-changelog | --no-changelo | --no-changel | --no-change | --no-chang | --no-chan | --no-cha | --no-ch | --no-c )
337         do_changelog=false
338         shift ;;
339       --dry-run )
340         dry_run=true
341         shift ;;
342       -s | --symbolic | --symlink )
343         symbolic=true
344         shift ;;
345       --help | --hel | --he | --h )
346         func_usage
347         exit 0 ;;
348       --version | --versio | --versi | --vers | --ver | --ve | --v )
349         func_version
350         exit 0 ;;
351       -- )
352         # Stop option prcessing
353         shift
354         break ;;
355       -* )
356         echo "gnulib-tool: unknown option $1" 1>&2
357         echo "Try 'gnulib-tool --help' for more information." 1>&2
358         exit 1 ;;
359       * )
360         break ;;
361     esac
362   done
363 }
364
365 case "$0" in
366   /*) self_abspathname="$0" ;;
367   */*) self_abspathname=`pwd`/"$0" ;;
368   *) for d in `echo ":$PATH:" | sed -e 's/:::*/:.:/g' | sed -e 's/:/ /g'`; do
369        if test -x "$d/$0" && test ! -d "$d/$0"; then
370          self_abspathname="$d/$0"
371          break
372        fi
373      done
374      if test -z "$self_abspathname"; then
375        func_fatal_error "could not locate the gnulib-tool program - how did you invoke it?"
376      fi
377      ;;
378 esac
379 while test -h "$self_abspathname"; do
380   # Resolve symbolic link.
381   sedexpr1='s, -> ,#%%#,'
382   sedexpr2='s,^.*#%%#\(.*\)$,\1,p'
383   linkval=`LC_ALL=C ls -l "$self_abspathname" | sed -e "$sedexpr1" | sed -n -e "$sedexpr2"`
384   test -n "$linkval" || break
385   case "$linkval" in
386     /* ) self_abspathname="$linkval" ;;
387     * ) self_abspathname=`echo "$self_abspathname" | sed -e 's,/[^/]*$,,'`/"$linkval" ;;
388   esac
389 done
390 gnulib_dir=`echo "$self_abspathname" | sed -e 's,/[^/]*$,,'`
391
392 # func_all_modules
393 func_all_modules ()
394 {
395   # Filter out metainformation files like README, which are not modules.
396   # Filter out unit test modules; they can be retrieved through
397   # --extract-tests-module if desired.
398   (cd "$gnulib_dir/modules" && ls -1) \
399       | sed -e '/^CVS$/d' -e '/^ChangeLog$/d' -e '/^README$/d' -e '/^TEMPLATE$/d' -e '/^TEMPLATE-TESTS$/d' -e '/~$/d' \
400       | sed -e '/-tests$/d' \
401       | sort
402 }
403
404 # func_verify_module
405 # verifies a module name
406 func_verify_module ()
407 {
408   if test ! -f "$gnulib_dir/modules/$module" \
409      || test "CVS" = "$module" \
410      || test "ChangeLog" = "$module" \
411      || test "README" = "$module" \
412      || test "TEMPLATE" = "$module" \
413      || test "TEMPLATE-TESTS" = "$module"; then
414     echo "gnulib-tool: module $module doesn't exist" 1>&2
415     module=
416   fi
417 }
418
419 # func_verify_nontests_module
420 # verifies a module name, excluding tests modules
421 func_verify_nontests_module ()
422 {
423   case "$module" in
424     *-tests ) module= ;;
425     * ) func_verify_module ;;
426   esac
427 }
428
429 # func_verify_tests_module
430 # verifies a module name, considering only tests modules
431 func_verify_tests_module ()
432 {
433   case "$module" in
434     *-tests ) func_verify_module ;;
435     * ) module= ;;
436   esac
437 }
438
439 sed_extract_prog=':[    ]*$/ {
440   :a
441     n
442     s/^Description:[    ]*$//
443     s/^Files:[  ]*$//
444     s/^Depends-on:[     ]*$//
445     s/^configure\.ac:[  ]*$//
446     s/^Makefile\.am:[   ]*$//
447     s/^Include:[        ]*$//
448     s/^License:[        ]*$//
449     s/^Maintainer:[     ]*$//
450     tb
451     p
452     ba
453   :b
454 }'
455
456 # func_get_description module
457 func_get_description ()
458 {
459   sed -n -e "/^Description$sed_extract_prog" < "$gnulib_dir/modules/$1"
460 }
461
462 # func_get_filelist module
463 func_get_filelist ()
464 {
465   sed -n -e "/^Files$sed_extract_prog" < "$gnulib_dir/modules/$1"
466   #echo m4/onceonly.m4
467   echo m4/onceonly_2_57.m4
468 }
469
470 # func_get_dependencies module
471 func_get_dependencies ()
472 {
473   # ${module}-tests always implicitly depends on ${module}.
474   echo "$1" | sed -n -e 's/-tests//p'
475   # Then the explicit dependencies listed in the module description.
476   sed -n -e "/^Depends-on$sed_extract_prog" < "$gnulib_dir/modules/$1"
477 }
478
479 # func_get_autoconf_snippet module
480 func_get_autoconf_snippet ()
481 {
482   sed -n -e "/^configure\.ac$sed_extract_prog" < "$gnulib_dir/modules/$1"
483 }
484
485 # func_get_automake_snippet module
486 func_get_automake_snippet ()
487 {
488   sed -n -e "/^Makefile\.am$sed_extract_prog" < "$gnulib_dir/modules/$1"
489 }
490
491 # func_get_include_directive module
492 func_get_include_directive ()
493 {
494   sed -n -e "/^Include$sed_extract_prog" < "$gnulib_dir/modules/$1" | \
495   sed -e 's/^\(["<]\)/#include \1/'
496 }
497
498 # func_get_license module
499 func_get_license ()
500 {
501   sed -n -e "/^License$sed_extract_prog" < "$gnulib_dir/modules/$1"
502 }
503
504 # func_get_maintainer module
505 func_get_maintainer ()
506 {
507   sed -n -e "/^Maintainer$sed_extract_prog" < "$gnulib_dir/modules/$1"
508 }
509
510 # func_get_tests_module module
511 func_get_tests_module ()
512 {
513   # The naming convention for tests modules is hardwired: ${module}-tests.
514   if test -f modules/"$1"-tests; then
515     echo "$1"-tests
516   fi
517 }
518
519 # func_acceptable module
520 # tests whether a module is acceptable.
521 # Input:
522 # - avoidlist       list of modules to avoid
523 func_acceptable ()
524 {
525   for avoid in $avoidlist; do
526     if test "$avoid" = "$1"; then
527       return 1
528     fi
529   done
530   return 0
531 }
532
533 # func_modules_transitive_closure
534 # Input:
535 # - modules         list of specified modules
536 # - inctests        true if tests should be included, blank otherwise
537 # - avoidlist       list of modules to avoid
538 # Output:
539 # - modules         list of modules, including dependencies
540 func_modules_transitive_closure ()
541 {
542   while true; do
543     xmodules=
544     for module in $modules; do
545       func_verify_module
546       if test -n "$module"; then
547         # Duplicate dependencies are harmless, but Jim wants a warning.
548         duplicated_deps=`func_get_dependencies $module | sort | uniq -d`
549         if test -n "$duplicated_deps"; then
550           echo "warning: module $module has duplicated dependencies: "`echo $duplicated_deps` 1>&2
551         fi
552         if func_acceptable $module; then
553           xmodules="$xmodules $module"
554           for depmodule in `func_get_dependencies $module`; do
555             if func_acceptable $depmodule; then
556               xmodules="$xmodules $depmodule"
557             fi
558           done
559           if test -n "$inctests"; then
560             testsmodule=`func_get_tests_module $module`
561             if test -n "$testsmodule"; then
562               if func_acceptable $testsmodule; then
563                 xmodules="$xmodules $testsmodule"
564                 for depmodule in `func_get_dependencies $testsmodule`; do
565                   if func_acceptable $depmodule; then
566                     xmodules="$xmodules $depmodule"
567                   fi
568                 done
569               fi
570             fi
571           fi
572         fi
573       fi
574     done
575     xmodules=`for m in $xmodules; do echo $m; done | sort | uniq`
576     if test "$xmodules" = "$modules"; then
577       break
578     fi
579     modules="$xmodules"
580   done
581 }
582
583 # func_modules_to_filelist
584 # Input:
585 # - modules         list of modules, including dependencies
586 # Output:
587 # - files           list of files
588 func_modules_to_filelist ()
589 {
590   files=
591   for module in $modules; do
592     func_verify_module
593     if test -n "$module"; then
594       files="$files "`func_get_filelist $module`
595     fi
596   done
597   files=`for f in $files; do echo $f; done | sort | uniq`
598 }
599
600 # func_emit_lib_Makefile_am
601 # emits the contents of lib/Makefile.am to standard output.
602 # Input:
603 # - modules         list of modules, including dependencies
604 # - libname         library name
605 # - libtool         true if libtool will be used, blank otherwise
606 # - cmd             (optional) command that led to this invocation
607 # - actioncmd       (optional) command that will reproduce this invocation
608 func_emit_lib_Makefile_am ()
609 {
610   if test -n "$libtool"; then
611     libext=la
612     perhapsLT=LT
613   else
614     libext=a
615     perhapsLT=
616   fi
617   echo "## Process this file with automake to produce Makefile.in."
618   echo "# Copyright (C) 2004 Free Software Foundation, Inc."
619   echo "#"
620   echo "# This file is free software, distributed under the terms of the GNU"
621   echo "# General Public License.  As a special exception to the GNU General"
622   echo "# Public License, this file may be distributed as part of a program"
623   echo "# that contains a configuration script generated by Automake, under"
624   echo "# the same distribution terms as the rest of that program."
625   echo "#"
626   echo "# Generated by gnulib-tool."
627   if test -n "$cmd"; then
628     echo "# Invoked as: $cmd"
629   fi
630   if test -n "$actioncmd"; then
631     echo "# Reproduce by: $actioncmd"
632   fi
633   echo
634   # No need to generate dependencies since the sources are in gnulib, not here.
635   echo "AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies"
636   echo
637   echo "noinst_${perhapsLT}LIBRARIES = $libname.$libext"
638   echo
639   echo "${libname}_${libext}_SOURCES ="
640   echo "${libname}_${libext}_LIBADD = @${perhapsLT}LIBOBJS@"
641   echo "EXTRA_DIST ="
642   echo "BUILT_SOURCES ="
643   echo "SUFFIXES ="
644   echo "MOSTLYCLEANFILES ="
645   echo "CLEANFILES ="
646   echo "DISTCLEANFILES ="
647   echo "MAINTAINERCLEANFILES ="
648   echo
649   for module in $modules; do
650     func_verify_nontests_module
651     if test -n "$module"; then
652       {
653         func_get_automake_snippet "$module" |
654           sed -e 's,lib_\([A-Z][A-Z]*\),'"${libname}_${libext}"'_\1,g'
655         if test "$module" = 'alloca'; then
656           echo "${libname}_${libext}_LIBADD += @${perhapsLT}ALLOCA@"
657         fi
658       } > amsnippet.tmp
659       # Skip the contents if its entirely empty.
660       if grep '[^       ]' amsnippet.tmp > /dev/null ; then
661         echo "## begin gnulib module $module"
662         echo
663         cat amsnippet.tmp
664         echo "## end   gnulib module $module"
665         echo
666       fi
667       rm -f amsnippet.tmp
668     fi
669   done
670   echo
671   echo "# Makefile.am ends here"
672 }
673
674 # func_emit_tests_Makefile_am
675 # emits the contents of tests/Makefile.am to standard output.
676 # Input:
677 # - modules         list of modules, including dependencies
678 # - libname         library name
679 # - libtool         true if libtool will be used, blank otherwise
680 # - sourcebase      relative directory containing lib source code
681 func_emit_tests_Makefile_am ()
682 {
683   if test -n "$libtool"; then
684     libext=la
685   else
686     libext=a
687   fi
688   echo "## Process this file with automake to produce Makefile.in."
689   echo "# Copyright (C) 2004-2005 Free Software Foundation, Inc."
690   echo "#"
691   echo "# This file is free software, distributed under the terms of the GNU"
692   echo "# General Public License.  As a special exception to the GNU General"
693   echo "# Public License, this file may be distributed as part of a program"
694   echo "# that contains a configuration script generated by Automake, under"
695   echo "# the same distribution terms as the rest of that program."
696   echo "#"
697   echo "# Generated by gnulib-tool."
698   echo
699   # Generate dependencies here, since it eases the debugging of test failures.
700   echo "AUTOMAKE_OPTIONS = 1.5 foreign"
701   echo
702   echo "ACLOCAL_AMFLAGS = -I ../m4"
703   echo
704   echo "TESTS ="
705   echo "noinst_PROGRAMS ="
706   echo "EXTRA_DIST ="
707   echo "BUILT_SOURCES ="
708   echo "SUFFIXES ="
709   echo "MOSTLYCLEANFILES ="
710   echo "CLEANFILES ="
711   echo "DISTCLEANFILES ="
712   echo "MAINTAINERCLEANFILES ="
713   echo
714   echo "AM_CPPFLAGS = \\"
715   echo "  -I. -I\$(srcdir) \\"
716   echo "  -I.. -I\$(srcdir)/.. \\"
717   echo "  -I../${sourcebase-lib} -I\$(srcdir)/../${sourcebase-lib}"
718   echo
719   echo "LDADD = ../${sourcebase-lib}/${libname}.${libext}"
720   echo
721   for module in $modules; do
722     func_verify_tests_module
723     if test -n "$module"; then
724       func_get_automake_snippet "$module" > amsnippet.tmp
725       # Skip the contents if its entirely empty.
726       if grep '[^       ]' amsnippet.tmp > /dev/null ; then
727         echo "## begin gnulib module $module"
728         echo
729         cat amsnippet.tmp
730         echo "## end   gnulib module $module"
731         echo
732       fi
733       rm -f amsnippet.tmp
734     fi
735   done
736   echo "# Clean up after Solaris cc."
737   echo "clean-local:"
738   echo "        rm -rf SunWS_cache"
739   echo
740   echo "# Makefile.am ends here"
741 }
742
743 # func_import modules
744 # Uses also the variables
745 # - destdir         target directory
746 # - libname         library name
747 # - sourcebase      directory relative to destdir where to place source code
748 # - m4base          directory relative to destdir where to place *.m4 macros
749 # - auxdir          directory relative to destdir where to place build aux files
750 # - avoidlist       list of modules to avoid, from --avoid
751 # - lgpl            true if library's license shall be LGPL, blank otherwise
752 # - libtool         true if libtool will be used, blank otherwise
753 # - macro_prefix    prefix of gl_EARLY, gl_INIT macros to use
754 # - dry_run         true if actions shall only be printed, blank otherwise
755 # - symbolic        true if files should be symlinked, copied otherwise
756 # - supplied_opts   all options passed to gnulib-tool
757 func_import ()
758 {
759   # Get the cached settings.
760   cached_specified_modules=
761   cached_avoidlist=
762   cached_sourcebase=
763   cached_m4base=
764   cached_libname=
765   cached_lgpl=
766   cached_libtool=
767   cached_macro_prefix=
768   cached_files=
769   if test -f "$destdir"/$m4base/gnulib-cache.m4; then
770     my_sed_traces='
771       s,#.*$,,
772       s,^dnl .*$,,
773       s, dnl .*$,,
774       /gl_MODULES(/ {
775         s,^.*gl_MODULES([[ ]*\([^])]*\).*$,cached_specified_modules="\1",p
776       }
777       /gl_AVOID(/ {
778         s,^.*gl_AVOID([[ ]*\([^])]*\).*$,cached_avoidlist="\1",p
779       }
780       /gl_SOURCE_BASE(/ {
781         s,^.*gl_SOURCE_BASE([[ ]*\([^])]*\).*$,cached_sourcebase="\1",p
782       }
783       /gl_M4_BASE(/ {
784         s,^.*gl_M4_BASE([[ ]*\([^])]*\).*$,cached_m4base="\1",p
785       }
786       /gl_LIB(/ {
787         s,^.*gl_LIB([[ ]*\([^])]*\).*$,cached_libname="\1",p
788       }
789       /gl_LGPL/ {
790         s,^.*$,cached_lgpl=true,p
791       }
792       /gl_LIBTOOL/ {
793         s,^.*$,cached_libtool=true,p
794       }
795       /gl_MACRO_PREFIX(/ {
796         s,^.*gl_MACRO_PREFIX([[ ]*\([^])]*\).*$,cached_macro_prefix="\1",p
797       }'
798     eval `sed -n -e "$my_sed_traces" < "$destdir"/$m4base/gnulib-cache.m4`
799     if test -f "$destdir"/$m4base/gnulib-comp.m4; then
800       my_sed_traces='
801         s,#.*$,,
802         s,^dnl .*$,,
803         s, dnl .*$,,
804         /AC_DEFUN(\['"${cached_macro_prefix}"'_FILE_LIST\], \[/ {
805           s,^.*$,cached_files=",p
806           n
807           ta
808           :a
809           s,^\]).*$,",
810           tb
811           p
812           n
813           ba
814           :b
815           p
816         }'
817       eval `sed -n -e "$my_sed_traces" < "$destdir"/$m4base/gnulib-comp.m4`
818     fi
819   fi
820
821   # Merge the cached settings with the specified ones.
822   # The m4base must be the same as expected from the pathname.
823   if test -n "$cached_m4base" && test "$cached_m4base" != "$m4base"; then
824     func_fatal_error "$m4base/gnulib-cache.m4 is expected to contain gl_M4_BASE([$m4base])"
825   fi
826   # Append the cached and the specified module names. So that
827   # "gnulib-tool --import foo" means to add the module foo.
828   specified_modules="$cached_specified_modules $1"
829   # Append the cached and the specified avoidlist. This is probably better
830   # than dropping the cached one when --avoid is specified at least once.
831   avoidlist=`echo $cached_avoidlist $avoidlist`
832   # The sourcebase defaults to the cached one.
833   if test -z "$sourcebase"; then
834     sourcebase="$cached_sourcebase"
835     if test -z "$sourcebase"; then
836       func_fatal_error "missing --source-base option"
837     fi
838   fi
839   # The libname defaults to the cached one.
840   if test -z "$libname"; then
841     libname="$cached_libname"
842     if test -z "$libname"; then
843       func_fatal_error "missing --lib option"
844     fi
845   fi
846   # Require LGPL if specified either way.
847   if test -z "$lgpl"; then
848     lgpl="$cached_lgpl"
849   fi
850   # Use libtool if specified either way.
851   if test -z "$libtool"; then
852     libtool="$cached_libtool"
853   fi
854   # The macro_prefix defaults to the cached one.
855   if test -z "$macro_prefix"; then
856     macro_prefix="$cached_macro_prefix"
857     if test -z "$macro_prefix"; then
858       func_fatal_error "missing --macro-prefix option"
859     fi
860   fi
861
862   # Canonicalize the list of specified modules.
863   specified_modules=`for m in $specified_modules; do echo $m; done | sort | uniq`
864
865   # Determine final module list.
866   modules="$specified_modules"
867   func_modules_transitive_closure
868   echo "Module list with included dependencies:"
869   echo "$modules" | sed -e 's/^/  /'
870
871   # If --lgpl, check the license of modules are compatible.
872   if test -n "$lgpl"; then
873     for module in $modules; do
874       license=`func_get_license $module`
875       case $license in
876         LGPL | 'public domain' | 'unlimited') ;;
877         *) func_fatal_error "incompatible license on module $module: $license" ;;
878       esac
879     done
880   fi
881
882   # Determine final file list.
883   func_modules_to_filelist
884   echo "File list:"
885   echo "$files" | sed -e 's/^/  /'
886
887   test -n "$files" \
888     || func_fatal_error "refusing to do nothing"
889
890   # Add m4/gnulib-tool.m4 to the file list. It is not part of any module.
891   new_files="$files m4/gnulib-tool.m4"
892   old_files="$cached_files"
893   if test -f "$destdir"/$m4base/gnulib-tool.m4; then
894     old_files="$old_files m4/gnulib-tool.m4"
895   fi
896
897   # Copy files or make symbolic links. Remove obsolete files.
898   for f1 in $old_files; do
899     case "$f1" in
900       build-aux/*) g1=`echo "$f1" | sed -e "s,^build-aux/,$auxdir/,"` ;;
901       lib/*) g1=`echo "$f1" | sed -e "s,^lib/,$cached_sourcebase/,"` ;;
902       m4/*) g1=`echo "$f1" | sed -e "s,^m4/,$cached_m4base/,"` ;;
903       *) g1="$f1" ;;
904     esac
905     still_present=
906     for f2 in $new_files; do
907       case "$f2" in
908         build-aux/*) g2=`echo "$f2" | sed -e "s,^build-aux/,$auxdir/,"` ;;
909         lib/*) g2=`echo "$f2" | sed -e "s,^lib/,$sourcebase/,"` ;;
910         m4/*) g2=`echo "$f2" | sed -e "s,^m4/,$m4base/,"` ;;
911         *) g2="$f2" ;;
912       esac
913       if test "$g2" = "$g1"; then
914         still_present=true
915         break
916       fi
917     done
918     if test -z "$still_present"; then
919       # Remove the file. Do nothing if the user already removed it.
920       if test -f "$destdir/$g1"; then
921         echo "Removing file $g1 (backup in ${g1}~)"
922         test -n "$dry_run" && dry=echo
923         $dry mv -f "$destdir/$g1" "$destdir/${g1}~" || func_fatal_error "failed"
924       fi
925     fi
926   done
927   for f2 in $new_files; do
928     case "$f2" in
929       build-aux/*) g2=`echo "$f2" | sed -e "s,^build-aux/,$auxdir/,"` ;;
930       lib/*) g2=`echo "$f2" | sed -e "s,^lib/,$sourcebase/,"` ;;
931       m4/*) g2=`echo "$f2" | sed -e "s,^m4/,$m4base/,"` ;;
932       *) g2="$f2" ;;
933     esac
934     already_present=
935     for f1 in $old_files; do
936       case "$f1" in
937         build-aux/*) g1=`echo "$f1" | sed -e "s,^build-aux/,$auxdir/,"` ;;
938         lib/*) g1=`echo "$f1" | sed -e "s,^lib/,$cached_sourcebase/,"` ;;
939         m4/*) g1=`echo "$f1" | sed -e "s,^m4/,$cached_m4base/,"` ;;
940         *) g1="$f1" ;;
941       esac
942       if test "$g1" = "$g2"; then
943         already_present=true
944         break
945       fi
946     done
947     cp "$gnulib_dir/$f2" "$destdir/$g2.tmp" || func_fatal_error "failed"
948     if test -n "$lgpl"; then
949       # Update license.
950       case "$f2" in
951         lib/*)
952           sed -e 's/GNU General/GNU Lesser General/g' \
953               -e 's/version 2\([ ,]\)/version 2.1\1/g' \
954             < "$gnulib_dir/$f2" > "$destdir/$g2.tmp" || func_fatal_error "failed"
955           ;;
956       esac
957     fi
958     if test -f "$destdir/$g2"; then
959       # The file already exists.
960       if cmp "$destdir/$g2" "$destdir/$g2.tmp" > /dev/null; then
961         : # The file has not changed.
962       else
963         # Replace the file.
964         if test -n "$already_present"; then
965           echo "Updating file $g2 (backup in ${g2}~)"
966         else
967           echo "Replacing file $g2 (non-gnulib code backuped in ${g2}~) !!"
968         fi
969         test -n "$dry_run" && dry=echo
970         $dry mv -f "$destdir/$g2" "$destdir/${g2}~" || func_fatal_error "failed"
971         if test -z "$symbolic" && cmp "$gnulib_dir/$f2" "$destdir/$g2.tmp"; then
972           func_ln_if_changed "$gnulib_dir/$f2" "$destdir/$g2"
973         else
974           $dry mv -f "$destdir/$g2.tmp" "$destdir/${g2}" || func_fatal_error "failed"
975         fi
976       fi
977     else
978       # Install the file.
979       # Don't protest if the file should be there but isn't: it happens
980       # frequently that developers don't put autogenerated files into CVS.
981       echo "Copying file $g2"
982       test -n "$dry_run" && dry=echo
983       if test -z "$symbolic" && cmp "$gnulib_dir/$f2" "$destdir/$g2.tmp"; then
984         func_ln_if_changed "$gnulib_dir/$f2" "$destdir/$g2"
985       else
986         $dry mv -f "$destdir/$g2.tmp" "$destdir/${g2}" || func_fatal_error "failed"
987       fi
988     fi
989   done
990
991   # Command-line invocation printed in various files.
992   cmd="gnulib-tool $supplied_opts"
993
994   # Command-line invocation printed in a comment in generated gnulib-cache.m4.
995   actioncmd="gnulib-tool --import"
996   actioncmd="$actioncmd --dir=$destdir"
997   actioncmd="$actioncmd --lib=$libname"
998   actioncmd="$actioncmd --source-base=$sourcebase"
999   actioncmd="$actioncmd --m4-base=$m4base"
1000   actioncmd="$actioncmd --aux-dir=$auxdir"
1001   for module in $avoidlist; do
1002     actioncmd="$actioncmd --avoid=$module"
1003   done
1004   if test -n "$lgpl"; then
1005     actioncmd="$actioncmd --lgpl"
1006   fi
1007   if test -n "$libtool"; then
1008     actioncmd="$actioncmd --libtool"
1009   fi
1010   actioncmd="$actioncmd -macro-prefix=$macro_prefix"
1011   actioncmd="$actioncmd `echo $specified_modules`"
1012
1013   # Create lib/Makefile.am.
1014   if test -z "$dry_run"; then
1015     func_emit_lib_Makefile_am > "$destdir"/$sourcebase/Makefile.am.tmp
1016     if test -f "$destdir"/$sourcebase/Makefile.am; then
1017       if cmp "$destdir"/$sourcebase/Makefile.am "$destdir"/$sourcebase/Makefile.am.tmp > /dev/null; then
1018         rm -f "$destdir"/$sourcebase/Makefile.am.tmp
1019       else
1020         echo "Updating $sourcebase/Makefile.am (backup in $sourcebase/Makefile.am~)"
1021         mv -f "$destdir"/$sourcebase/Makefile.am "$destdir"/$sourcebase/Makefile.am~
1022         mv -f "$destdir"/$sourcebase/Makefile.am.tmp "$destdir"/$sourcebase/Makefile.am
1023       fi
1024     else
1025       echo "Creating $sourcebase/Makefile.am"
1026       mv -f "$destdir"/$sourcebase/Makefile.am.tmp "$destdir"/$sourcebase/Makefile.am
1027     fi
1028   else
1029     echo "Creating $sourcebase/Makefile.am..."
1030     func_emit_lib_Makefile_am
1031   fi
1032
1033   # Create m4/gnulib-cache.m4.
1034   (
1035     if test -z "$dry_run"; then
1036       exec > "$destdir"/$m4base/gnulib-cache.m4.tmp
1037     else
1038       echo "Creating $m4base/gnulib-cache.m4..."
1039       echo "# $destdir/$m4base/gnulib-cache.m4"
1040     fi
1041     echo "# Copyright (C) 2004 Free Software Foundation, Inc."
1042     echo "# This file is free software, distributed under the terms of the GNU"
1043     echo "# General Public License.  As a special exception to the GNU General"
1044     echo "# Public License, this file may be distributed as part of a program"
1045     echo "# that contains a configuration script generated by Autoconf, under"
1046     echo "# the same distribution terms as the rest of that program."
1047     echo "#"
1048     echo "# Generated by gnulib-tool."
1049     echo "#"
1050     echo "# This file represents the specification of how gnulib-tool is used."
1051     echo "# It acts as a cache: It is written and read by gnulib-tool."
1052     echo "# In projects using CVS, this file is meant to be stored in CVS,"
1053     echo "# like the configure.ac and various Makefile.am files."
1054     echo
1055     echo
1056     echo "# Specification in the form of a command-line invocation:"
1057     echo "#   $actioncmd"
1058     echo
1059     echo "# Specification in the form of a few gnulib-tool.m4 macro invocations:"
1060     echo "gl_MODULES(["`echo $specified_modules`"])"
1061     echo "gl_AVOID([$avoidlist])"
1062     echo "gl_SOURCE_BASE([$sourcebase])"
1063     echo "gl_M4_BASE([$m4base])"
1064     echo "gl_LIB([$libname])"
1065     test -z "$lgpl" || echo "gl_LGPL"
1066     test -z "$libtool" || echo "gl_LIBTOOL"
1067     echo "gl_MACRO_PREFIX([$macro_prefix])"
1068     echo
1069     echo "# gnulib-cache.m4 ends here"
1070   )
1071   if test -z "$dry_run"; then
1072     if test -f "$destdir"/$m4base/gnulib-cache.m4; then
1073       if cmp "$destdir"/$m4base/gnulib-cache.m4 "$destdir"/$m4base/gnulib-cache.m4.tmp > /dev/null; then
1074         rm -f "$destdir"/$m4base/gnulib-cache.m4.tmp
1075       else
1076         echo "Updating $m4base/gnulib-cache.m4 (backup in $m4base/gnulib-cache.m4~)"
1077         mv -f "$destdir"/$m4base/gnulib-cache.m4 "$destdir"/$m4base/gnulib-cache.m4~
1078         mv -f "$destdir"/$m4base/gnulib-cache.m4.tmp "$destdir"/$m4base/gnulib-cache.m4
1079       fi
1080     else
1081       echo "Creating $m4base/gnulib-cache.m4"
1082       mv -f "$destdir"/$m4base/gnulib-cache.m4.tmp "$destdir"/$m4base/gnulib-cache.m4
1083     fi
1084   fi
1085
1086   # Create m4/gnulib-comp.m4.
1087   (
1088     if test -z "$dry_run"; then
1089       exec > "$destdir"/$m4base/gnulib-comp.m4.tmp
1090     else
1091       echo "Creating $m4base/gnulib-comp.m4..."
1092       echo "# $destdir/$m4base/gnulib-comp.m4"
1093     fi
1094     echo "# Copyright (C) 2004 Free Software Foundation, Inc."
1095     echo "# This file is free software, distributed under the terms of the GNU"
1096     echo "# General Public License.  As a special exception to the GNU General"
1097     echo "# Public License, this file may be distributed as part of a program"
1098     echo "# that contains a configuration script generated by Autoconf, under"
1099     echo "# the same distribution terms as the rest of that program."
1100     echo "#"
1101     echo "# Generated by gnulib-tool."
1102     echo "#"
1103     echo "# This file represents the compiled summary of the specification in"
1104     echo "# gnulib-cache.m4. It lists the computed macro invocations that need"
1105     echo "# to be invoked from configure.ac."
1106     echo "# In projects using CVS, this file can be treated like other built files."
1107     echo
1108     echo
1109     echo "# This macro should be invoked from $configure_ac, in the section"
1110     echo "# \"Checks for programs\", right after AC_PROG_CC, and certainly before"
1111     echo "# any checks for libraries, header files, types and library functions."
1112     echo "AC_DEFUN([${macro_prefix}_EARLY],"
1113     echo "["
1114     if grep AC_GNU_SOURCE "$destdir"/$m4base/*.m4 > /dev/null; then
1115       echo "  AC_REQUIRE([AC_GNU_SOURCE])"
1116     fi
1117     if grep gl_USE_SYSTEM_EXTENSIONS "$destdir"/$m4base/*.m4 > /dev/null; then
1118       echo "  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])"
1119     fi
1120     echo "])"
1121     echo
1122     echo "# This macro should be invoked from $configure_ac, in the section"
1123     echo "# \"Check for header files, types and library functions\"."
1124     echo "AC_DEFUN([${macro_prefix}_INIT],"
1125     echo "["
1126     for module in $modules; do
1127       func_verify_module
1128       if test -n "$module"; then
1129         func_get_autoconf_snippet "$module" | sed -e '/^$/d;' -e 's/^/  /' -e 's/AM_GNU_GETTEXT(\[external\])/dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac./'
1130         if test "$module" = 'alloca' && test -n "$libtool"; then
1131           echo 'changequote(,)dnl'
1132           echo 'LTALLOCA=`echo "$ALLOCA" | sed '"'"'s/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/'"'"'`'
1133           echo 'changequote([, ])dnl'
1134           echo 'AC_SUBST([LTALLOCA])'
1135         fi
1136       fi
1137     done
1138     echo "])"
1139     echo
1140     echo "# This macro records the list of files which have been installed by"
1141     echo "# gnulib-tool and may be removed by future gnulib-tool invocations."
1142     echo "AC_DEFUN([${macro_prefix}_FILE_LIST], ["
1143     echo "$files" | sed -e 's,^,  ,'
1144     echo "])"
1145     echo
1146     echo "# gnulib-comp.m4 ends here"
1147   )
1148   if test -z "$dry_run"; then
1149     if test -f "$destdir"/$m4base/gnulib-comp.m4; then
1150       if cmp "$destdir"/$m4base/gnulib-comp.m4 "$destdir"/$m4base/gnulib-comp.m4.tmp > /dev/null; then
1151         rm -f "$destdir"/$m4base/gnulib-comp.m4.tmp
1152       else
1153         echo "Updating $m4base/gnulib-comp.m4 (backup in $m4base/gnulib-comp.m4~)"
1154         mv -f "$destdir"/$m4base/gnulib-comp.m4 "$destdir"/$m4base/gnulib-comp.m4~
1155         mv -f "$destdir"/$m4base/gnulib-comp.m4.tmp "$destdir"/$m4base/gnulib-comp.m4
1156       fi
1157     else
1158       echo "Creating $m4base/gnulib-comp.m4"
1159       mv -f "$destdir"/$m4base/gnulib-comp.m4.tmp "$destdir"/$m4base/gnulib-comp.m4
1160     fi
1161   fi
1162
1163   echo "Finished."
1164   echo
1165   echo "You may need to add #include directives for the following .h files."
1166   for module in $modules; do
1167     func_get_include_directive "$module"
1168   done | LC_ALL=C sort -u | sed -e '/^$/d;' -e 's/^/  /'
1169   echo
1170   echo "Don't forget to"
1171   echo "  - add \"$sourcebase/Makefile\" to AC_CONFIG_FILES in $configure_ac,"
1172   sourcebase_dir=`echo "$sourcebase" | sed -n -e 's,/[^/]*$,/,p'`
1173   sourcebase_base=`basename "$sourcebase"`
1174   echo "  - mention \"${sourcebase_base}\" in SUBDIRS in ${sourcebase_dir}Makefile.am,"
1175   echo "  - mention \"-I ${m4base}\" in ACLOCAL_AMFLAGS in Makefile.am,"
1176   echo "  - invoke ${macro_prefix}_EARLY in $configure_ac, right after AC_PROG_CC,"
1177   echo "  - invoke ${macro_prefix}_INIT in $configure_ac."
1178 }
1179
1180 # func_create_testdir testdir modules
1181 # Input:
1182 # - auxdir          directory relative to destdir where to place build aux files
1183 func_create_testdir ()
1184 {
1185   testdir="$1"
1186   modules="$2"
1187   modules=`for m in $modules; do echo $m; done | sort | uniq`
1188
1189   # Determine final module list.
1190   func_modules_transitive_closure
1191   echo "Module list with included dependencies:"
1192   echo "$modules" | sed -e 's/^/  /'
1193
1194   # Determine final file list.
1195   func_modules_to_filelist
1196   echo "File list:"
1197   echo "$files" | sed -e 's/^/  /'
1198
1199   # Create directories.
1200   for d in `echo "$files" | sed -n -e 's,^\(.*\)/[^/]*,\1,p'`; do
1201     if test "$d" = build-aux; then
1202       mkdir -p "$testdir/$auxdir"
1203     else
1204       mkdir -p "$testdir/$d"
1205     fi
1206   done
1207
1208   # Copy files or make symbolic links.
1209   for f in $files; do
1210     case "$f" in
1211       build-aux/*) g=`echo "$f" | sed -e "s,^build-aux/,$auxdir/,"` ;;
1212       *) g="$f" ;;
1213     esac
1214     ln "$gnulib_dir/$f" "$testdir/$g" 2>/dev/null ||
1215     if test -z "$symbolic"; then
1216       cp -p "$gnulib_dir/$f" "$testdir/$g"
1217     else
1218       ln -s "$gnulib_dir/$f" "$testdir/$g"
1219     fi
1220   done
1221
1222   # Create lib/Makefile.am.
1223   mkdir -p "$testdir/lib"
1224   func_emit_lib_Makefile_am > "$testdir/lib/Makefile.am"
1225
1226   # Create m4/Makefile.am.
1227   mkdir -p "$testdir/m4"
1228   (echo "## Process this file with automake to produce Makefile.in."
1229    echo
1230    echo "EXTRA_DIST ="
1231    for f in $files; do
1232      case "$f" in
1233        m4/* )
1234          echo "EXTRA_DIST += "`echo "$f" | sed -e 's,^m4/,,'` ;;
1235      esac
1236    done
1237   ) > "$testdir/m4/Makefile.am"
1238
1239   subdirs="lib m4"
1240   subdirs_with_configure_ac=""
1241
1242   if test -f "$testdir"/m4/gettext.m4; then
1243     # Avoid stupid error message from automake:
1244     # "AM_GNU_GETTEXT used but `po' not in SUBDIRS"
1245     mkdir -p "$testdir/po"
1246     (echo "## Process this file with automake to produce Makefile.in."
1247     ) > "$testdir/po/Makefile.am"
1248     subdirs="$subdirs po"
1249   fi
1250
1251   if test -n "$inctests"; then
1252     test -d "$testdir/tests" || mkdir "$testdir/tests"
1253     # Create tests/Makefile.am.
1254     sourcebase=lib
1255     func_emit_tests_Makefile_am > "$testdir/tests/Makefile.am"
1256     # Create tests/configure.ac.
1257     (echo "# Process this file with autoconf to produce a configure script."
1258      echo "AC_INIT([dummy], [0])"
1259      echo "AC_CONFIG_AUX_DIR([../$auxdir])"
1260      echo "AM_INIT_AUTOMAKE"
1261      echo
1262      echo "AM_CONFIG_HEADER([config.h])"
1263      echo
1264      echo "AC_PROG_CC"
1265      echo "AC_PROG_INSTALL"
1266      echo "AC_PROG_MAKE_SET"
1267      echo "AC_PROG_RANLIB"
1268      echo
1269      if grep AC_GNU_SOURCE "$testdir"/m4/*.m4 > /dev/null; then
1270        echo "AC_GNU_SOURCE"
1271        echo
1272      fi
1273      if grep gl_USE_SYSTEM_EXTENSIONS "$testdir"/m4/*.m4 > /dev/null; then
1274        echo "gl_USE_SYSTEM_EXTENSIONS"
1275        echo
1276      fi
1277      # We don't have explicit ordering constraints between the various
1278      # autoconf snippets. It's cleanest to put those of the library before
1279      # those of the tests.
1280      for module in $modules; do
1281        func_verify_nontests_module
1282        if test -n "$module"; then
1283          func_get_autoconf_snippet "$module"
1284        fi
1285      done
1286      for module in $modules; do
1287        func_verify_tests_module
1288        if test -n "$module"; then
1289          func_get_autoconf_snippet "$module"
1290        fi
1291      done
1292      echo
1293      # Usually tests/config.h will be a superset of config.h. Verify this by
1294      # "merging" config.h into tests/config.h; look out for gcc warnings.
1295      echo "AH_TOP([#include \"../config.h\"])"
1296      echo
1297      echo "AC_OUTPUT([Makefile])"
1298     ) > "$testdir/tests/configure.ac"
1299     subdirs="$subdirs tests"
1300     subdirs_with_configure_ac="$subdirs_with_configure_ac tests"
1301   fi
1302
1303   # Create Makefile.am.
1304   (echo "## Process this file with automake to produce Makefile.in."
1305    echo
1306    echo "AUTOMAKE_OPTIONS = 1.5 foreign"
1307    echo
1308    echo "SUBDIRS = $subdirs"
1309    echo
1310    echo "ACLOCAL_AMFLAGS = -I m4"
1311   ) > "$testdir/Makefile.am"
1312
1313   # Create configure.ac.
1314   (echo "# Process this file with autoconf to produce a configure script."
1315    echo "AC_INIT([dummy], [0])"
1316    if test "$auxdir" != "."; then
1317      echo "AC_CONFIG_AUX_DIR([$auxdir])"
1318    fi
1319    echo "AM_INIT_AUTOMAKE"
1320    echo
1321    echo "AM_CONFIG_HEADER([config.h])"
1322    echo
1323    echo "AC_PROG_CC"
1324    echo "AC_PROG_INSTALL"
1325    echo "AC_PROG_MAKE_SET"
1326    echo "AC_PROG_RANLIB"
1327    echo
1328    if grep AC_GNU_SOURCE "$testdir"/m4/*.m4 > /dev/null; then
1329      echo "AC_GNU_SOURCE"
1330      echo
1331    fi
1332    if grep gl_USE_SYSTEM_EXTENSIONS "$testdir"/m4/*.m4 > /dev/null; then
1333      echo "gl_USE_SYSTEM_EXTENSIONS"
1334      echo
1335    fi
1336    for module in $modules; do
1337      func_verify_nontests_module
1338      if test -n "$module"; then
1339        func_get_autoconf_snippet "$module"
1340      fi
1341    done
1342    echo
1343    if test -n "$subdirs_with_configure_ac"; then
1344      echo "AC_CONFIG_SUBDIRS(["`echo $subdirs_with_configure_ac`"])"
1345    fi
1346    makefiles="Makefile"
1347    for d in $subdirs; do
1348      # For subdirs that have a configure.ac by their own, it's the subdir's
1349      # configure.ac which creates the subdir's Makefile.am, not this one.
1350      case " $subdirs_with_configure_ac " in
1351        *" $d "*) ;;
1352        *) makefiles="$makefiles $d/Makefile" ;;
1353      esac
1354    done
1355    echo "AC_OUTPUT([$makefiles])"
1356   ) > "$testdir/configure.ac"
1357
1358   # Create autogenerated files.
1359   (cd "$testdir"
1360    echo "executing ${AUTORECONF} --force --install"
1361    ${AUTORECONF} --force --install
1362   )
1363   if grep '^BUILT_SOURCES *+=' "$testdir/lib/Makefile.am" > /dev/null; then
1364     (cd "$testdir"
1365      ./configure
1366        cd lib
1367        built_sources=`grep '^BUILT_SOURCES *=' Makefile.in | sed -e 's/^BUILT_SOURCES *=//'`
1368        if test -n "$built_sources"; then
1369          make $built_sources
1370        fi
1371        cd ..
1372      make distclean
1373     )
1374   fi
1375 }
1376
1377 # func_create_megatestdir megatestdir allmodules
1378 # Input:
1379 # - auxdir          directory relative to destdir where to place build aux files
1380 func_create_megatestdir ()
1381 {
1382   megatestdir="$1"
1383   allmodules="$2"
1384   if test -z "$allmodules"; then
1385     allmodules=`func_all_modules`
1386   fi
1387
1388   megasubdirs=
1389   # First, all modules one by one.
1390   for onemodule in $allmodules; do
1391     func_create_testdir "$megatestdir/$onemodule" $onemodule
1392     megasubdirs="${megasubdirs}$onemodule "
1393   done
1394   # Then, all modules all together.
1395   # Except fnmatch-posix, which conflicts with fnmatch-gnu. FIXME.
1396   allmodules=`for m in $allmodules; do if test $m != fnmatch-posix; then echo $m; fi; done`
1397   func_create_testdir "$megatestdir/ALL" "$allmodules"
1398   megasubdirs="${megasubdirs}ALL"
1399
1400   # Create Makefile.am.
1401   (echo "## Process this file with automake to produce Makefile.in."
1402    echo
1403    echo "AUTOMAKE_OPTIONS = 1.5 foreign"
1404    echo
1405    echo "SUBDIRS = $megasubdirs"
1406   ) > "$megatestdir/Makefile.am"
1407
1408   # Create configure.ac.
1409   (echo "# Process this file with autoconf to produce a configure script."
1410    echo "AC_INIT([dummy], [0])"
1411    if test "$auxdir" != "."; then
1412      echo "AC_CONFIG_AUX_DIR([$auxdir])"
1413    fi
1414    echo "AM_INIT_AUTOMAKE"
1415    echo
1416    echo "AC_PROG_MAKE_SET"
1417    echo
1418    echo "AC_CONFIG_SUBDIRS([$megasubdirs])"
1419    echo "AC_OUTPUT([Makefile])"
1420   ) > "$megatestdir/configure.ac"
1421
1422   # Create autogenerated files.
1423   (cd "$megatestdir"
1424    echo "executing ${AUTORECONF} --install"
1425    ${AUTORECONF} --install
1426   )
1427 }
1428
1429 case $mode in
1430   "" )
1431     func_fatal_error "no mode specified" ;;
1432
1433   list )
1434     func_all_modules
1435     ;;
1436
1437   import )
1438     # Where to import.
1439     if test -z "$destdir"; then
1440       destdir=.
1441     fi
1442     test -d "$destdir" \
1443       || func_fatal_error "destination directory does not exist: $destdir"
1444
1445     # Prefer configure.ac to configure.in
1446     test -f "$destdir"/configure.in && configure_ac="$destdir/configure.in"
1447     test -f "$destdir"/configure.ac && configure_ac="$destdir/configure.ac"
1448     test -f "$configure_ac" \
1449       || func_fatal_error "cannot find $destdir/configure.ac"
1450
1451     # Get settings.
1452     my_sed_traces='s,#.*$,,; s,^dnl .*$,,; s, dnl .*$,,;
1453       /gl_MODULES[^_]/  {
1454         s,^.*gl_MODULES([[   ]*\([^])]*\).*$,cached_modules="\1",; p;
1455       };
1456       /gl_AVOID[^_]/  {
1457         s,^.*gl_AVOID([[   ]*\([^])]*\).*$,cached_avoidlist="\1",; p;
1458       };
1459       /gl_SOURCE_BASE/   {
1460         s,^.*gl_SOURCE_BASE([[         ]*\([^])]*\).*$,cached_sourcebase="\1",; p;
1461       };
1462       /gl_M4_BASE/   {
1463         s,^.*gl_M4_BASE([[         ]*\([^])]*\).*$,cached_m4base="\1",; p;
1464       };
1465       /gl_LIB/   {
1466         s,^.*gl_LIB([[         ]*\([^])]*\).*$,cached_libname="\1",; p;
1467       };
1468       /AC_CONFIG_AUX_DIR/  {
1469         s,^.*AC_CONFIG_AUX_DIR([[         ]*\([^])]*\).*$,ac_auxdir="\1",; p;
1470       }
1471       /A[CM]_PROG_LIBTOOL/ { s,^.*$,seen_libtool=:,; p; };
1472       /LT_INIT/            { s,^.*$,seen_libtool=:,; p; };
1473       /gl_LGPL/            { s,^.*$,cached_lgpl=true,; p; };
1474       /gl_LIBTOOL/         { s,^.*$,cached_libtool=:,; p; };
1475       /gl_MACRO_PREFIX/   {
1476         s,^.*gl_MACRO_PREFIX([[         ]*\([^])]*\).*$,cached_macro_prefix="\1",; p;
1477       };
1478       d;'
1479     eval `cat $configure_ac | sed "$my_sed_traces"`
1480
1481     # Override libname?
1482     if test -z "$supplied_libname" && test -n "$cached_libname"; then
1483       libname="$cached_libname"
1484     fi
1485
1486     # Set up source base.
1487     test -z "$sourcebase" && sourcebase="$cached_sourcebase"
1488     test -z "$sourcebase" && sourcebase="lib"
1489     test -d "$destdir/$sourcebase" \
1490       || { test -z "$dry_run" && mkdir "$destdir/$sourcebase"; } \
1491       || func_fatal_error "source base $destdir/$sourcebase doesn't exist"
1492
1493     # Set up m4 base.
1494     test -z "$m4base" && m4base="$cached_m4base"
1495     test -z "$m4base" && m4base="m4"
1496     test -d "$destdir/$m4base" \
1497       || { test -z "$dry_run" && mkdir "$destdir/$m4base"; } \
1498       || func_fatal_error "m4 base $destdir/$m4base doesn't exist"
1499
1500     # Set up auxiliary directory.
1501     test -z "$auxdir" && auxdir="$ac_auxdir"
1502     test -z "$auxdir" && auxdir="build-aux"
1503     test -d "$destdir/$auxdir" \
1504       || { test -z "$dry_run" && mkdir "$destdir/$auxdir"; } \
1505       || func_fatal_error "aux directory $destdir/$auxdir doesn't exist"
1506
1507     # Require LGPL?
1508     if test -n "$cached_lgpl"; then
1509       lgpl=true
1510     fi
1511
1512     # Using libtool?
1513     if test -n "$seen_libtool" || test -n "$cached_libtool"; then
1514       libtool=true
1515     fi
1516
1517     # Macro prefix
1518     test -z "$macro_prefix" && macro_prefix="$cached_macro_prefix"
1519     test -z "$macro_prefix" && macro_prefix="gl"
1520
1521     # What modules to extract.
1522     if test $# = 0; then
1523       modules="$cached_modules"
1524     else
1525       modules="$*"
1526     fi
1527
1528     # Which modules to avoid?
1529     avoidlist=`echo $avoidlist $cached_avoidlist`
1530
1531     func_import "$modules"
1532     ;;
1533
1534   create-testdir )
1535     if test -z "$destdir"; then
1536       func_fatal_error "please specify --dir option"
1537     fi
1538     mkdir "$destdir"
1539     test -d "$destdir" \
1540       || func_fatal_error "could not create destination directory"
1541     test -n "$auxdir" || auxdir="build-aux"
1542     func_create_testdir "$destdir" "$*"
1543     ;;
1544
1545   create-megatestdir )
1546     if test -z "$destdir"; then
1547       func_fatal_error "please specify --dir option"
1548     fi
1549     mkdir "$destdir" || func_fatal_error "could not create destination directory"
1550     test -n "$auxdir" || auxdir="build-aux"
1551     func_create_megatestdir "$destdir" "$*"
1552     ;;
1553
1554   test )
1555     test -n "$destdir" || destdir=testdir$$
1556     mkdir "$destdir" || func_fatal_error "could not create destination directory"
1557     test -n "$auxdir" || auxdir="build-aux"
1558     func_create_testdir "$destdir" "$*"
1559     cd "$destdir"
1560       mkdir build
1561       cd build
1562         ../configure
1563         make
1564         make check
1565         make distclean
1566         remaining=`find . -type f -print`
1567         if test -n "$remaining"; then
1568           echo "Remaining files:" $remaining 1>&2
1569           echo "gnulib-tool: *** Stop." 1>&2
1570           exit 1
1571         fi
1572       cd ..
1573     cd ..
1574     rm -rf "$destdir"
1575     ;;
1576
1577   megatest )
1578     test -n "$destdir" || destdir=testdir$$
1579     mkdir "$destdir" || func_fatal_error "could not create destination directory"
1580     test -n "$auxdir" || auxdir="build-aux"
1581     func_create_megatestdir "$destdir" "$*"
1582     cd "$destdir"
1583       mkdir build
1584       cd build
1585         ../configure
1586         make
1587         make check
1588         make distclean
1589         remaining=`find . -type f -print`
1590         if test -n "$remaining"; then
1591           echo "Remaining files:" $remaining 1>&2
1592           echo "gnulib-tool: *** Stop." 1>&2
1593           exit 1
1594         fi
1595       cd ..
1596     cd ..
1597     rm -rf "$destdir"
1598     ;;
1599
1600   extract-description )
1601     for module
1602     do
1603       func_verify_module
1604       if test -n "$module"; then
1605         func_get_description "$module"
1606       fi
1607     done
1608     ;;
1609
1610   extract-filelist )
1611     for module
1612     do
1613       func_verify_module
1614       if test -n "$module"; then
1615         func_get_filelist "$module"
1616       fi
1617     done
1618     ;;
1619
1620   extract-dependencies )
1621     for module
1622     do
1623       func_verify_module
1624       if test -n "$module"; then
1625         func_get_dependencies "$module"
1626       fi
1627     done
1628     ;;
1629
1630   extract-autoconf-snippet )
1631     for module
1632     do
1633       func_verify_module
1634       if test -n "$module"; then
1635         func_get_autoconf_snippet "$module"
1636       fi
1637     done
1638     ;;
1639
1640   extract-automake-snippet )
1641     for module
1642     do
1643       func_verify_module
1644       if test -n "$module"; then
1645         func_get_automake_snippet "$module"
1646       fi
1647     done
1648     ;;
1649
1650   extract-include-directive )
1651     for module
1652     do
1653       func_verify_module
1654       if test -n "$module"; then
1655         func_get_include_directive "$module"
1656       fi
1657     done
1658     ;;
1659
1660   extract-license )
1661     for module
1662     do
1663       func_verify_module
1664       if test -n "$module"; then
1665         func_get_license "$module"
1666       fi
1667     done
1668     ;;
1669
1670   extract-maintainer )
1671     for module
1672     do
1673       func_verify_module
1674       if test -n "$module"; then
1675         func_get_maintainer "$module"
1676       fi
1677     done
1678     ;;
1679
1680   extract-tests-module )
1681     for module
1682     do
1683       func_verify_module
1684       if test -n "$module"; then
1685         func_get_tests_module "$module"
1686       fi
1687     done
1688     ;;
1689
1690   * )
1691     func_fatal_error "unknown operation mode --$mode" ;;
1692 esac
1693
1694 exit 0