forked from Imagelibrary/binutils-gdb
sim: unify bug & package settings
Move these options up to the common dir so we only test & export them once across all ports. The AC_INIT macro does a lot of the heavy lifting already which allows further simplification.
This commit is contained in:
@@ -5,6 +5,13 @@ AC_INIT([sim], [0],
|
||||
[https://sourceware.org/bugzilla/enter_bug.cgi?product=gdb&component=sim],
|
||||
[], [https://sourceware.org/gdb/wiki/Sim/])
|
||||
|
||||
dnl Probably should unify PKGVERSION with PACKAGE_* settings from AC_INIT.
|
||||
ACX_PKGVERSION([SIM])
|
||||
AC_DEFINE_UNQUOTED([PKGVERSION], ["$PKGVERSION"], [Additional package description])
|
||||
dnl PACKAGE_BUGREPORT is provided by AC_INIT.
|
||||
ACX_BUGURL([$PACKAGE_BUGREPORT])
|
||||
AC_DEFINE_UNQUOTED([REPORT_BUGS_TO], ["$REPORT_BUGS_TO"], [Bug reporting address])
|
||||
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
SIM_AC_TOOLCHAIN
|
||||
|
||||
Reference in New Issue
Block a user