mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Prepare for release.
This commit is contained in:
parent
657f3f969e
commit
45d85833f2
34
configure
vendored
34
configure
vendored
|
|
@ -6053,6 +6053,40 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;}
|
||||||
&& eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
|
&& eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
|
||||||
|| as_fn_error $? "could not create -" "$LINENO" 5
|
|| as_fn_error $? "could not create -" "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
# Compute "$ac_file"'s index in $config_headers.
|
||||||
|
_am_arg="$ac_file"
|
||||||
|
_am_stamp_count=1
|
||||||
|
for _am_header in $config_headers :; do
|
||||||
|
case $_am_header in
|
||||||
|
$_am_arg | $_am_arg:* )
|
||||||
|
break ;;
|
||||||
|
* )
|
||||||
|
_am_stamp_count=`expr $_am_stamp_count + 1` ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
|
||||||
|
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
||||||
|
X"$_am_arg" : 'X\(//\)[^/]' \| \
|
||||||
|
X"$_am_arg" : 'X\(//\)$' \| \
|
||||||
|
X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
|
||||||
|
$as_echo X"$_am_arg" |
|
||||||
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
||||||
|
s//\1/
|
||||||
|
q
|
||||||
|
}
|
||||||
|
/^X\(\/\/\)[^/].*/{
|
||||||
|
s//\1/
|
||||||
|
q
|
||||||
|
}
|
||||||
|
/^X\(\/\/\)$/{
|
||||||
|
s//\1/
|
||||||
|
q
|
||||||
|
}
|
||||||
|
/^X\(\/\).*/{
|
||||||
|
s//\1/
|
||||||
|
q
|
||||||
|
}
|
||||||
|
s/.*/./; q'`/stamp-h$_am_stamp_count
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue