From the automake document, I'd infer that the following would work, but it doesn't.

cgi_libdir=$(libdir)/cgi-bin
cgi_libdir_SCRIPTS = confdata/index.cgi

Makefile.am:18: `cgi_libdir_SCRIPTS' is used but `cgi_libdirdir' is undefined
make: *** [Makefile.in] Error 1

So how would I accomplish putting index.cgi into the cgi-bin directory?

Thanks,
Jim.



Reply via email to