+2004-07-21 Andreas Schwab <schwab@suse.de> (tiny change)
+
+ * automake.in (check_directory): Quote $dir in regexp.
+
2004-07-17 Alexandre Duret-Lutz <adl@gnu.org>
* configure.ac, NEWS: Bump version to 1.8e.
# since it's tempting to use it as an AC_CONFIG_AUX_DIR.
msg ('portability', $where,
"name `$dir' is reserved on W32 and DOS platforms")
- if grep (/^$dir$/i, qw/aux lpt1 lpt2 lpt3 com1 com2 com3 com4 con prn/);
+ if grep (/^\Q$dir\E$/i, qw/aux lpt1 lpt2 lpt3 com1 com2 com3 com4 con prn/);
}
# check_directories_in_var ($VARIABLE)