gdbsupport: tighten up libiberty code a bit with dnl
No functional change here, just touch up generated output slightly. Approved-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
parent
72d711c155
commit
761ed61e7b
4
gdb/configure
vendored
4
gdb/configure
vendored
@ -29342,9 +29342,7 @@ cat >>confdefs.h <<_ACEOF
|
|||||||
#define HAVE_DECL_STRVERSCMP $ac_have_decl
|
#define HAVE_DECL_STRVERSCMP $ac_have_decl
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
|
ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
|
||||||
# Check for presence and size of long long.
|
|
||||||
ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
|
|
||||||
if test "x$ac_cv_type_long_long" = xyes; then :
|
if test "x$ac_cv_type_long_long" = xyes; then :
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
4
gdbserver/configure
vendored
4
gdbserver/configure
vendored
@ -13985,9 +13985,7 @@ cat >>confdefs.h <<_ACEOF
|
|||||||
#define HAVE_DECL_STRVERSCMP $ac_have_decl
|
#define HAVE_DECL_STRVERSCMP $ac_have_decl
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
|
ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
|
||||||
# Check for presence and size of long long.
|
|
||||||
ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
|
|
||||||
if test "x$ac_cv_type_long_long" = xyes; then :
|
if test "x$ac_cv_type_long_long" = xyes; then :
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
4
gdbsupport/configure
vendored
4
gdbsupport/configure
vendored
@ -10527,9 +10527,7 @@ cat >>confdefs.h <<_ACEOF
|
|||||||
#define HAVE_DECL_STRVERSCMP $ac_have_decl
|
#define HAVE_DECL_STRVERSCMP $ac_have_decl
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
|
ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
|
||||||
# Check for presence and size of long long.
|
|
||||||
ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
|
|
||||||
if test "x$ac_cv_type_long_long" = xyes; then :
|
if test "x$ac_cv_type_long_long" = xyes; then :
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
@ -16,13 +16,12 @@ dnl You should have received a copy of the GNU General Public License
|
|||||||
dnl along with this program; see the file COPYING3. If not see
|
dnl along with this program; see the file COPYING3. If not see
|
||||||
dnl <http://www.gnu.org/licenses/>.
|
dnl <http://www.gnu.org/licenses/>.
|
||||||
dnl
|
dnl
|
||||||
|
dnl
|
||||||
dnl Checks for declarations ansidecl.h and libiberty.h themselves
|
dnl Checks for declarations ansidecl.h and libiberty.h themselves
|
||||||
dnl check with HAVE_DECL_XXX, etc.
|
dnl check with HAVE_DECL_XXX, etc.
|
||||||
|
|
||||||
AC_DEFUN([libiberty_INIT],
|
AC_DEFUN([libiberty_INIT],
|
||||||
[
|
[dnl
|
||||||
# Check for presence and size of long long.
|
dnl Check for presence and size of long long.
|
||||||
AC_CHECK_TYPES([long long], [AC_CHECK_SIZEOF(long long)])
|
AC_CHECK_TYPES([long long], [AC_CHECK_SIZEOF(long long)])
|
||||||
|
|
||||||
AC_CHECK_DECLS([basename(char *)])
|
AC_CHECK_DECLS([basename(char *)])
|
||||||
|
5
sim/configure
vendored
5
sim/configure
vendored
@ -13962,7 +13962,6 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
|
ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
|
||||||
if test "x$ac_cv_have_decl_ffs" = xyes; then :
|
if test "x$ac_cv_have_decl_ffs" = xyes; then :
|
||||||
ac_have_decl=1
|
ac_have_decl=1
|
||||||
@ -14073,9 +14072,7 @@ cat >>confdefs.h <<_ACEOF
|
|||||||
#define HAVE_DECL_STRVERSCMP $ac_have_decl
|
#define HAVE_DECL_STRVERSCMP $ac_have_decl
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
|
ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
|
||||||
# Check for presence and size of long long.
|
|
||||||
ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
|
|
||||||
if test "x$ac_cv_type_long_long" = xyes; then :
|
if test "x$ac_cv_type_long_long" = xyes; then :
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user