संभवतः अपरिभाषित मैक्रो: AC_MSG_ERROR
मुझे config.ac में निम्नलिखित मिला है: AC_CHECK_PROGS(MAKE,$MAKE make gmake,error) if test "x$MAKE" = "xerror" ;then AC_MSG_ERROR([cannot find a make command]) fi यह हमारी परियोजना में लंबे समय से है, लेकिन कुछ सेट अप में, मुझे यह त्रुटि मिलती है: configure.ac:45: error: possibly undefined macro: AC_MSG_ERROR If this token and others …