diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-05 02:32:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-10-05 02:32:25 +0000 |
commit | 4a99173dc363332fe92b6783151b1270ee8e4b39 (patch) | |
tree | 7110bb4ed528079577fbddc85fb62305f4ce4382 /sim/common/ChangeLog | |
parent | 98acb302866996d8eaa1b3161f1b1eb58c2ccdcf (diff) | |
download | gdb-4a99173dc363332fe92b6783151b1270ee8e4b39.zip gdb-4a99173dc363332fe92b6783151b1270ee8e4b39.tar.gz gdb-4a99173dc363332fe92b6783151b1270ee8e4b39.tar.bz2 |
sim: merge changes from common.m4 back into SIM_AC_COMMON
Seems some fixes were added to the common.m4 file but not the
SIM_AC_COMMON macro. Keep the two in sync since they're supposed
to be the same thing.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 149a329..3646002 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,8 @@ +2011-10-04 Mike Frysinger <vapier@gentoo.org> + + * aclocal.m4 (SIM_AC_COMMON): Call AM_ZLIB, ACX_PKGVERSION, and + ACX_BUGURL. Define PKGVERSION and REPORT_BUGS_TO. + 2011-07-12 Mike Frysinger <vapier@gentoo.org> * sim-command.c: Include sim-options.h. |