polslinux
polslinux

Reputation: 1779

generate configure.ac and configure script

This is my source tree:

                  client (dir with a lot of c files inside)
FTPUtils --> bin /
                 \server (dir with a lot of c files inside)
                |
                 proto.h
                 function.c  

I've read some autoconf tutorial but i didn't understand how to make a general configure.ac, Makefile.am and configure script.
Can somebody explain it to me please?
I also have to add -lcurl and -lcrypto!
Thanks in advance

Upvotes: 1

Views: 3772

Answers (1)

ptomato
ptomato

Reputation: 57860

I wrote a tutorial on this very subject - it's geared towards GTK programming but the first parts are not GTK-specific, so they will probably get you started.

Upvotes: 4

Related Questions