compilation - docker unable to compile program (possibly undefied macro AC_MSG_ERROR) -
i'm trying compile following program inside of docker container. https://github.com/adaptivecomputing/torque when attempting run autoconf given error "possibly undefined macro: ac_msg_error" google has dozens of results exact error. of them solved installing pkg-config or libtool-ltdl as can see docker file, both of packages installed. from centos run yum install -y autoconf make autogen gcc gcc-c++ openssl-devel git libxml2-devel libtool libtool-ltdl run git clone git://github.com/adaptivecomputing/torque.git -b 4.2.6.1 /tmp/pbs_server run cd /tmp/pbs_server run autoconf run ./configure --with-debug run make -j4 run make install here error when running docker build . step 4 : run autoconf configure.ac:50: error: possibly undefined macro: ac_msg_error if token , others legitimate, please use m4_pattern_allow. see autoconf documentation. configure.ac:54: error: possibly undefined macro: am_init_automake configure.ac:57: error: poss...