Lines Matching full:echo
28 echo=echo
69 $echo "$usage"; exit 0 ;;
71 echo "$progname (GNU $package) $version"
72 $echo "Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
75 $echo "Written by" "Ulrich Drepper"
80 $echo "glib-gettextize: unknown option $1"
81 $echo "Try \`glib-gettextize --help' for more information."; exit 1 ;;
88 $echo "$usage"
98 $echo "Cannot change directory to \`$srcdir'"
106 $echo "Missing configure.in or configure.ac, please cd to your package first."
125 $echo "\
131 $echo "Creating po/ subdirectory"
133 $echo "failed to create po/ subdirectory"
140 $echo "gettext source directory '${gettext_dir}' doesn't exist"
151 ($try_ln_s && ln -s $gettext_dir/$file "$srcdir/$auxdir$file" && $echo "Symlinking file $file") 2>/dev/null ||
152 { $echo "Copying file $file"; cp $file "$srcdir/$auxdir$file"; }
156 ($try_ln_s && ln -s $gettext_dir/$file "$srcdir/$file" && $echo "Symlinking file $file") 2>/dev/null ||
157 { $echo "Copying file $file"; cp $file "$srcdir/$file"; }
166 ($try_ln_s && ln -s $gettext_dir/po/$file "$srcdir/po/$file" && $echo "Symlinking file po/$file") 2>/dev/null ||
167 { $echo "Copying file po/$file"; cp $file "$srcdir/po/$file"; }
170 $echo "Removing po/cat-id-tbl.c"
174 $echo "Removing po/stamp-cat-id"
178 echo
179 echo "Please add the files"
180 echo " codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4"
181 echo " progtest.m4"
182 echo "from the $datadir/aclocal directory to your autoconf macro directory"
183 echo "or directly to your aclocal.m4 file."
184 echo "You will also need config.guess and config.sub, which you can get from"
185 echo "ftp://ftp.gnu.org/pub/gnu/config/."
186 echo