"Sergey Poznyakoff" <[EMAIL PROTECTED]> writes:
>case $file in
>*/INSTALL) dst=INSTALL;;
> - *) dst=$file;;
> + *) dst=$build_aux/`expr $file : 'build-aux/\(.*\)'`;;
>esac
>symlink_to_gnulib $file $dst || exit
I'd feel a bit better if expr was called only for file names beginnin
Hello,
The following fixes a couple of minor bugs in build-aux/bootstrap. OK to
install?
Regards,
Sergey
2007-06-19 Sergey Poznyakoff <[EMAIL PROTECTED]>
* build-aux/bootstrap: Remove stray dot. Exit if
AC_CONFIG_AUX_DIR is not found in configure.ac.
Make s