diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-08-25 22:48:44 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-08-25 22:48:44 -0400 |
commit | 4040e9ea927a8ce508ff35096d0de74a274a2473 (patch) | |
tree | 100a9fb3249237222c423b4f6b5e58ecdc31fcfe /configure | |
parent | 677328047c60fbcdf0f755e72b165fe442098070 (diff) | |
download | systemtap-steved-4040e9ea927a8ce508ff35096d0de74a274a2473.tar.gz systemtap-steved-4040e9ea927a8ce508ff35096d0de74a274a2473.tar.xz systemtap-steved-4040e9ea927a8ce508ff35096d0de74a274a2473.zip |
remove support for "make dist" since git-archive does as well;
"make rpm" remains for private testing
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -8455,22 +8455,21 @@ echo "$as_me: $ac_file is unchanged" >&6;} fi rm -f "$tmp/out12" # 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:* ) + $ac_file | $ac_file:* ) 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 || -echo X"$_am_arg" | +echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || +$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X$ac_file : 'X\(//\)[^/]' \| \ + X$ac_file : 'X\(//\)$' \| \ + X$ac_file : 'X\(/\)' \| . 2>/dev/null || +echo X$ac_file | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -8507,7 +8506,7 @@ echo "$as_me: executing $ac_file commands" >&6;} # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ |