muhtemelen tanımlanmamış makro: AC_MSG_ERROR
Configure.ac içinde aşağıdakilere sahibim: AC_CHECK_PROGS(MAKE,$MAKE make gmake,error) if test "x$MAKE" = "xerror" ;then AC_MSG_ERROR([cannot find a make command]) fi Bu uzun zamandır projemizde yer alıyor, ancak bazı kurulumlarda şu hatayı alıyorum: configure.ac:45: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf …