diff options
author | Bruno Haible <bruno@clisp.org> | 2012-05-01 18:02:03 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2012-05-01 18:02:03 +0200 |
commit | 3a0f424eeb37dc777d52179e20c9889f3350f2ad (patch) | |
tree | e1344c223636c84222eb7ef260e880322b42f596 /gnulib-tool | |
parent | 2ceef7f74014b0599b048b4027e3056e6ef06d5f (diff) | |
download | gnulib-3a0f424eeb37dc777d52179e20c9889f3350f2ad.tar.gz |
gnulib-tool: Remove transitional code.
* gnulib-tool: Don't warn about --import with 0 arguments any more.
Reported by Dmitriy Selyutin <ghostman.sd@gmail.com>.
Diffstat (limited to 'gnulib-tool')
-rwxr-xr-x | gnulib-tool | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnulib-tool b/gnulib-tool index 4adb3b15e4..16f9b2f7f3 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -1303,19 +1303,6 @@ fi func_exit 1 fi fi - # This code helps migrating from --import to --add-import or --update. It can - # be removed on 2012-01-01. - if test "$mode" = import && test $# = 0; then - echo "gnulib-tool: cowardly refusing to erase the module list." 1>&2 - echo "The meaning of the option '--import' has changed." 1>&2 - echo "See the documentation at" 1>&2 - echo "<http://www.gnu.org/software/gnulib/manual/html_node/Modified-imports.html>." 1>&2 - echo "For updating to a newer version of gnulib, use" 1>&2 - echo " gnulib-tool --add-import" 1>&2 - echo "For restoring files that were omitted from version control, use" 1>&2 - echo " gnulib-tool --update" 1>&2 - func_exit 1 - fi if test "$mode" = update; then if test $# != 0; then echo "gnulib-tool: too many arguments in 'update' mode" 1>&2 |