linux-can / socketcand

Server to access CAN sockets over ASCII protocol
165 stars 41 forks source link

error: cannot find input file: `config.h.in' #30

Closed argan719 closed 2 months ago

argan719 commented 2 months ago

error: cannot find input file: `config.h.in' Screenshot from 2024-05-16 15-44-00

$ git clone https://github.com/linux-can/socketcand.git $ cd socketcand $ autoconf $ ./configure $ make clean $ make

After make this error occured.

marckleinebudde commented 2 months ago

try ./autogen.sh instead of autoconf.