From 4c784982b9e1a06654f613624e727ad02f35d855 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 19 Apr 2005 07:52:49 +0000 Subject: [PATCH] (Options): Make --symlink mean --symbolic. --- ChangeLog | 4 ++++ gnulib-tool | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a2d8cd06ac..d8e8a4afac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-19 Simon Josefsson + + * gnulib-tool (Options): Make --symlink mean --symbolic. + 2005-03-14 Simon Josefsson * modules/getpass-gnu (Makefile.am): Don't mention getpass.h. diff --git a/gnulib-tool b/gnulib-tool index 07c07f69e9..945b0034d5 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2005-04-15 09:10:09 $' +cvsdatestamp='$Date: 2005-04-19 07:52:49 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` @@ -95,7 +95,7 @@ Options: --libtool Use libtool rules, for --import. --no-changelog don't update or create ChangeLog files --dry-run For --import, only print what would have been done. - --symbolic Make symbolic links instead of copying files. + --symbolic, --symlink Make symbolic links instead of copying files. Report bugs to ." } @@ -289,7 +289,7 @@ func_ln_if_changed () --dry-run ) dry_run=true shift ;; - --symbolic ) + --symbolic | --symlink ) symbolic=true shift ;; --help | --hel | --he | --h ) -- 2.30.2