mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
Grrr, `cvs rm' followed by `cvs add' in a remote mode doesn't add the file back to a repo. </cvs>
20 lines
568 B
Text
20 lines
568 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure 2002/01/23 15:05:45 1.1
|
|
+++ configure 2002/01/23 15:06:08
|
|
@@ -1259,10 +1259,10 @@
|
|
|
|
# The aliases save the names the user supplied, while $host etc.
|
|
# will get canonicalized.
|
|
-test -n "$target_alias" &&
|
|
- test "$program_prefix$program_suffix$program_transform_name" = \
|
|
- NONENONEs,x,x, &&
|
|
- program_prefix=${target_alias}-
|
|
+#test -n "$target_alias" &&
|
|
+# test "$program_prefix$program_suffix$program_transform_name" = \
|
|
+# NONENONEs,x,x, &&
|
|
+# program_prefix=${target_alias}-
|
|
|
|
ac_config_headers="$ac_config_headers config.h"
|
|
|