Mercurial > hg > octave-nkf > gnulib-hg
comparison gnulib-tool @ 6190:605b7cac11f2
Don't complain about missing options in the first-use case.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 01 Sep 2005 12:28:32 +0000 |
parents | 9d1ed82c5d14 |
children | b71216f1bb18 |
comparison
equal
deleted
inserted
replaced
6189:9d1ed82c5d14 | 6190:605b7cac11f2 |
---|---|
20 # This program is meant for authors or maintainers which want to import | 20 # This program is meant for authors or maintainers which want to import |
21 # modules from gnulib into their packages. | 21 # modules from gnulib into their packages. |
22 | 22 |
23 progname=$0 | 23 progname=$0 |
24 package=gnulib | 24 package=gnulib |
25 cvsdatestamp='$Date: 2005-09-01 12:18:03 $' | 25 cvsdatestamp='$Date: 2005-09-01 12:28:32 $' |
26 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` | 26 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` |
27 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` | 27 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` |
28 | 28 |
29 # You can set AUTOCONFPATH to empty if autoconf 2.57 is already in your PATH. | 29 # You can set AUTOCONFPATH to empty if autoconf 2.57 is already in your PATH. |
30 AUTOCONFPATH= | 30 AUTOCONFPATH= |
1516 fi | 1516 fi |
1517 done | 1517 done |
1518 if test $m4dirs_count = 0; then | 1518 if test $m4dirs_count = 0; then |
1519 # First use of gnulib in a package. | 1519 # First use of gnulib in a package. |
1520 # Any number of additional modules can be given. | 1520 # Any number of additional modules can be given. |
1521 test -n "$supplied_libname" || supplied_libname=true | |
1522 test -n "$sourcebase" || sourcebase="lib" | |
1521 m4base="m4" | 1523 m4base="m4" |
1524 test -n "$macro_prefix" || macro_prefix="gl" | |
1522 func_import "$*" | 1525 func_import "$*" |
1523 else | 1526 else |
1524 if test $m4dirs_count = 1; then | 1527 if test $m4dirs_count = 1; then |
1525 # There's only one use of gnulib here. Assume the user means it. | 1528 # There's only one use of gnulib here. Assume the user means it. |
1526 # Any number of additional modules can be given. | 1529 # Any number of additional modules can be given. |