naemon / naemon-livestatus

Naemon - Livestatus Eventbroker Module
GNU General Public License v2.0
26 stars 30 forks source link

Missing files when running autoreconf -s #111

Closed xavier8854 closed 11 months ago

xavier8854 commented 1 year ago

Hi !

[root@sup-dev-rvn0002 ~/naemon-livestatus]# autoreconf -s

configure.ac:47: error: required file './ar-lib' not found
configure.ac:47:   'automake --add-missing' can install 'ar-lib'
configure.ac:46: error: required file './compile' not found
configure.ac:46:   'automake --add-missing' can install 'compile'
configure.ac:49: error: required file './config.guess' not found
configure.ac:49:   'automake --add-missing' can install 'config.guess'
configure.ac:49: error: required file './config.sub' not found
configure.ac:49:   'automake --add-missing' can install 'config.sub'
configure.ac:30: error: required file './install-sh' not found
configure.ac:30:   'automake --add-missing' can install 'install-sh'
configure.ac:49: error: required file './ltmain.sh' not found
configure.ac:30: error: required file './missing' not found
configure.ac:30:   'automake --add-missing' can install 'missing'
Makefile.am:51: warning: shell grep ^VERSION version.sh | awk -F = '{ print $$2}': non-POSIX variable name
Makefile.am:51: (probably a GNU make extension)
src/Makefile.am: error: required file './depcomp' not found
src/Makefile.am:   'automake --add-missing' can install 'depcomp'
parallel-tests: error: required file './test-driver' not found
parallel-tests:   'automake --add-missing' can install 'test-driver'
autoreconf: automake failed with exit status: 1

Fix : use autoreconf -is

sni commented 1 year ago

you could also use the autogen.sh from the root source folder. Basically it does the same thing and also runs autoreconf -is