diff options
author | Sean Eric Fagan <sef@cygnus> | 1991-07-23 19:09:22 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1991-07-23 19:09:22 +0000 |
commit | c98f0ae5a8150dda82e80132991df51beadf137a (patch) | |
tree | 3e04d372294cb32615966741994037d35b047e50 /gprof/configure.in | |
parent | ca70eaefa237407a87725420fcfd04c414f4b8ba (diff) | |
download | gdb-c98f0ae5a8150dda82e80132991df51beadf137a.zip gdb-c98f0ae5a8150dda82e80132991df51beadf137a.tar.gz gdb-c98f0ae5a8150dda82e80132991df51beadf137a.tar.bz2 |
Initial revision
Diffstat (limited to 'gprof/configure.in')
-rw-r--r-- | gprof/configure.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gprof/configure.in b/gprof/configure.in new file mode 100644 index 0000000..107cd6a --- /dev/null +++ b/gprof/configure.in @@ -0,0 +1,14 @@ +# This file is a shell script that supplies the information necessary +# to tailor a template configure script into the configure script +# appropriate for this directory. For more information, check any +# existing configure script. + +srctrigger=gprof.c +srcname="gprof" + +# per-host: + +# per-target: + +files= +links= |