Autoconf/automake

For everything that's not in any way related to PureBasic. General chat etc...
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Autoconf/automake

Post by Trond »

I want to generate a makefile for my Glade 3 c project. Glade 3 does not generate source code any more, only an xml file. Older tutorials for Glade sais that you should autogen.sh inside the source directly, but this file obviously generated by Glade along with the generated c source files.

Does anyone know how to do this, or can anyone point me to a good tutorial that is easy and to the point which I can use for this?