./configure

Hi

Sorry for such a nobe and stupid question…

But where is the ./configure file???

I cloned into git://git.code.sf.net/p/openocd/code

Heres what i found with find * | grep conf

config_subdir.m4
configure.ac
src/helper/configuration.h
src/helper/configuration.c
tcl/target/c100config.tcl
testing/build.test1/Makefile.confuse

…The extension on last finding I think explains my feeling.-

Now, i tried to run configure.ac, but that didn’t do any good, and the README talks explicit of ./configure as expected to be.

Thanks in advance

Quick answer: In the README, search for “GIT”; that explains why. :slight_smile:

Hint: ./bootstrap

If you had installed the source from the tar image you would see the configure file, no need to run autoconf.

Otherwise execute autoconf, it will generate configure from configure.ac.