diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-08-18 11:37:27 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-08-18 11:38:31 -0400 |
commit | 412e1bf7de63114d4432382a08eb21f1301a241c (patch) | |
tree | 8ba488964e9a9f2550ce388a55b3516e9e7fc98e /install-sh | |
parent | e4c3091f27b43a631dfbdb1ada1b121f8e581cd2 (diff) | |
download | systemtap-steved-412e1bf7de63114d4432382a08eb21f1301a241c.tar.gz systemtap-steved-412e1bf7de63114d4432382a08eb21f1301a241c.tar.xz systemtap-steved-412e1bf7de63114d4432382a08eb21f1301a241c.zip |
elfutils build tweak: run nested configure with bash, add -fgnu89-inline
* configure.ac: Tweak --with-elfutils nested configure invocation.
* rest of auto* files: regenerated with fedora-11 tools
Diffstat (limited to 'install-sh')
-rwxr-xr-x | install-sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2006-12-25.00 +scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -515,5 +515,6 @@ done # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: |