Sean Chittenden <[EMAIL PROTECTED]> said something to this effect on 10/15/2001:
> I'm interested in the C routines, not the perl routines (have them
> working and know how to get them to work ::grin::).  I can do a perl
> Makefile.pl && make and the build works fine, but like I said, I'm
> interested in the C routines as well as the perl ones or are the C
> routines largely a myth?  Thanks.  -sc

I tried this:

$./configure --with-apache-includes=/usr/local/apache/include
$ make 
cd . && aclocal
cd . && automake --foreign Makefile
automake: configure.in: required file `./missing' not found
make: *** [Makefile.in] Error 1
$ ls -lo ./missing
lrwxrwxrwx    1 darren   33 Jun 20 07:24 missing -> /usr/local/share/automake/missing
$ ls -lo /usr/local/share/automake/missing
ls: /usr/local/share/automake/missing: No such file or directory
$ ls -lo /usr/share/automake/missing
-rwxr-xr-x    1 root     6283 Mar 11  2000 /usr/share/automake/missing
$ rm missing
$ ln -s /usr/share/automake/missing missing
$ make

and it worked just fine.  Your automake might be somewhere else.

(darren)

-- 
People who sacrifice beauty for efficiency get what they deserve.
    -- Tom Robbins

Reply via email to