Changeset 7615a7 in git for m4


Ignore:
Timestamp:
Oct 15, 2021, 3:09:40 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
69185ceb2807ebeacfe2824621e4b70e2ed19642
Parents:
547bdb902b3a7e91f64688c329e315a78ca72096
Message:
libcddgmp: AC_MSG_ERROR ->AC_MSG_WARN
Location:
m4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • m4/gfanlib-check.m4

    r547bdb r7615a7  
    3535        CDDGMPCPPFLAGS="-DGMPRATIONAL"],
    3636       [if test "x$ENABLE_GFANLIB" = "xyes"; then
    37          AC_MSG_ERROR([Error, could not use libcddgmp])
     37         AC_MSG_WARN("could not determine if libcddgmp is usable")
    3838        fi
    3939       ],
  • m4/ntl-check.m4

    r547bdb r7615a7  
    142142        else
    143143                AC_MSG_RESULT(unknown)
    144                 echo "WARNING: You appear to be cross compiling, so there is no way to determine"
    145                 echo "whether your NTL version is new enough. I am assuming it is."
     144                AC_MSG_WARN("WARNING: You appear to be cross compiling, so there is no way to determine")
     145                AC_MSG_WARN("whether your NTL version is new enough. I am assuming it is.")
    146146        fi
    147147        ifelse([$2], , :, [$2])
Note: See TracChangeset for help on using the changeset viewer.