Hi,
I am just getting started with the GNU autotools and I can't get my simple example to
work.
Here is what I am stuck with:
'hello.c'
#include
int main()
{
printf("Howdy world!\n");
}
'Makefile.am'
bin_PROGRAMS = hello
> To build Makefiles I run:
> % automake
> % autoconf
> % ./configure
I found out myself: I forgot to run aclocal, just didn't see it when reading the
tutorial the first time.
Eddy
Hi,
I can't find acmkdir on my debian system. Does anyone know what package it's in?
Eddy
> Have you tried http://packages.debian.org/ ? (try the bottom form)
Thats a really nice page! I tried searching for acmkdir in descriptions and in
packages (filename). The search engine there told me though it could not find any
package with a file name acmkdir in it. Somehow it seems Debian d