diff options
author | Jason Molenda <crash@cygnus> | 1995-08-16 04:06:53 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1995-08-16 04:06:53 +0000 |
commit | 54b8ecb5f1b3bd0f0c1f42489df20c2d8dbe191c (patch) | |
tree | 21e88e85458c788d8e4eddca6d3e6b05c1c0f026 /gprof | |
parent | 62a72a565de4ee65dd1a7121be53e672d4a33d53 (diff) | |
download | gdb-54b8ecb5f1b3bd0f0c1f42489df20c2d8dbe191c.zip gdb-54b8ecb5f1b3bd0f0c1f42489df20c2d8dbe191c.tar.gz gdb-54b8ecb5f1b3bd0f0c1f42489df20c2d8dbe191c.tar.bz2 |
all v2.2 && v2.3 autoconf-generated configure scripts updated to
autoconf v2.4 (not a very big change). fixes PR 7695.
Diffstat (limited to 'gprof')
-rwxr-xr-x | gprof/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gprof/configure b/gprof/configure index ed6b752..b9a6fca 100755 --- a/gprof/configure +++ b/gprof/configure @@ -1,7 +1,7 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.3 +# Generated automatically using autoconf version 2.4 # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation @@ -216,7 +216,7 @@ EOF verbose=yes ;; -version | --version | --versio | --versi | --vers) - echo "configure generated by autoconf version 2.3" + echo "configure generated by autoconf version 2.4" exit 0 ;; -with-* | --with-*) @@ -696,7 +696,7 @@ do echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; -version | --version | --versio | --versi | --vers | --ver | --ve | --v) - echo "$CONFIG_STATUS generated by autoconf version 2.3" + echo "$CONFIG_STATUS generated by autoconf version 2.4" exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; |