diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-07-27 07:56:32 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-07-27 07:56:32 -0700 |
commit | 37a42ee9ad4e4bf635edc87661acb42175f20f91 (patch) | |
tree | b93e08c405885136a622b15972a0725fe73b1e88 /gprof | |
parent | 136bb21fda016fcfc97dfeff692ee899951148de (diff) | |
download | gdb-37a42ee9ad4e4bf635edc87661acb42175f20f91.zip gdb-37a42ee9ad4e4bf635edc87661acb42175f20f91.tar.gz gdb-37a42ee9ad4e4bf635edc87661acb42175f20f91.tar.bz2 |
Regenerate configure files
bfd/
* configure: Regenerated.
binutils/
* configure: Regenerated.
gas/
* configure: Regenerated.
gold/
* configure: Regenerated.
gprof/
* configure: Regenerated.
ld/
* configure: Regenerated.
opcodes/
* configure: Regenerated.
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/ChangeLog | 4 | ||||
-rwxr-xr-x | gprof/configure | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index d93046b..b16f3e2 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2015-07-27 H.J. Lu <hongjiu.lu@intel.com> + + * configure: Regenerated. + 2015-07-24 H.J. Lu <hongjiu.lu@intel.com> * alpha.c (OP_Jxx): Add 'U' suffix to make it unsigned. diff --git a/gprof/configure b/gprof/configure index 80c9aaf..cdd2e3a 100755 --- a/gprof/configure +++ b/gprof/configure @@ -14513,14 +14513,14 @@ _LT_EOF if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then - test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" + test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assigment from automake. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else - # The set of available languages was given in configure.in. + # The set of available languages was given in configure.ac. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi case "$ac_given_srcdir" in |