The "Makefile.in" file distributed with autoconf appears to be incorrect.  There are two problems, one of which I've hit and the other of which I don't intend to try:
  1. The "install" target, when it installs the scripts, does not install them from the source directory.  Thus, if you are using GNU make with VPATH, you may currently be running from the <object> directory which cannot access the files defined by variable ASCRIPTS.  I modified the loop that installs these scripts to explicitly reference $(srcdir).  Ditto with M4FROZEN.
  2. One of the "clean" targets explicitly removes $(SCRIPTS).  This would be fine, except that Makefile.in includes $(ASCRIPTS) in SCRIPTS!  I changed it to explicitly remove autoscan and the generated files.
--
Tom Hawker                      EMail:  [EMAIL PROTECTED]
CORBA Developer                 Phone:  913-534-6569 (work)
GUI/GIS Software Engineer        Cell:  913-219-4639 (PCS)
Iconixx System Engineering        FAX:  913-534-6653
 
begin:vcard 
n:Hawker;Thomas
tel;cell:(913) 219-4639
tel;fax:(913) 534-6653
tel;home:(913) 451-0730
tel;work:(913) 534-6569
x-mozilla-html:TRUE
url:http://www.iconixx.com
org:Iconixx System Engineering
version:2.1
email;internet:[EMAIL PROTECTED]
title:Computer Consultant
adr;quoted-printable:;;7101 W. College Boulevard=0D=0ASuite 1150;Overland Park;KS;66210;USA
x-mozilla-cpt:;27760
fn:Tom Hawker
end:vcard

Reply via email to