+2002-03-15 Bruno Haible <bruno@clisp.org>
+
+ * gettextize.in: Use "sed -e 1q" instead of "head -1", for compliance
+ to pure naked POSIX 1003.1-2001 environments.
+ From Paul Eggert.
+
2002-03-14 Karl Eichwalder <ke@suse.de>
* po-mode.el (po-team-name-to-code): Add es_AR, zh_CN, and zh_TW.
{ $echo "Copying file $file"; cp $file $srcdir/$file; }
;;
config.rpath)
- auxdir=`cat $srcdir/$configure_in | grep '^AC_CONFIG_AUX_DIR' | sed -n -e 's/AC_CONFIG_AUX_DIR(\([^()]*\))/\1/p' | sed -e 's/^\[\(.*\)\]$/\1/' | head -1`
+ auxdir=`cat $srcdir/$configure_in | grep '^AC_CONFIG_AUX_DIR' | sed -n -e 's/AC_CONFIG_AUX_DIR(\([^()]*\))/\1/p' | sed -e 's/^\[\(.*\)\]$/\1/' | sed -e 1q`
if test -n "$auxdir"; then
auxdir="$auxdir/"
fi