Errors with simple example

2001-12-25 Thread Eddy Ilg
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

Re: Errors with simple example

2001-12-25 Thread Eddy Ilg
> 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

Missing acmkdir on Debian system

2001-12-27 Thread Eddy Ilg
Hi, I can't find acmkdir on my debian system. Does anyone know what package it's in? Eddy

Re: Missing acmkdir on Debian system

2001-12-28 Thread Eddy Ilg
> 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