Hello Dan,

I didn't know 2.4.3b2 was released :-)

Could you try this patch.

Jean-Louis

On Mon, Dec 10, 2001 at 05:42:36PM -0500, Dan Garthwaite wrote:
> As in it was skipped.  I haven't investigated deeply enough to see if it was
> a './configure' option I missed.  cd'ing into changer-src and 'make
> chg-scsi' built it, but then 'make install' didn't install it, 'cp' worked.
> 
> Just reporting in.  Should this go to amanda-hackers?
>   -Dan Garthwaite

-- 
Jean-Louis Martineau             email: [EMAIL PROTECTED] 
Departement IRO, Universite de Montreal
C.P. 6128, Succ. CENTRE-VILLE    Tel: (514) 343-6111 ext. 3529
Montreal, Canada, H3C 3J7        Fax: (514) 343-5834
--- changer-src/Makefile.am.1   Mon Dec 10 21:34:47 2001
+++ changer-src/Makefile.am     Mon Dec 10 22:09:44 2001
@@ -13,8 +13,10 @@
 endif
 
 if WANT_CHG_SCSI
-libexec_PROGRAMS =     chg-scsi $(CHIO_SCSI)
+CHG_SCSI = chg-scsi
 endif
+
+libexec_PROGRAMS =     $(CHG_SCSI) $(CHIO_SCSI)
 
 libexec_SCRIPTS =      chg-manual      chg-multi       chg-mtx         \
                        chg-rth         chg-chs         chg-chio        \

Reply via email to