diff options
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= |