5 messages in com.mysql.lists.plusplusRe: Newbie question: API reference fo...
FromSent OnAttachments
Michael J. Kobb27 Apr 2001 13:35 
Mikael Berglund27 Apr 2001 16:22 
Michael J. Kobb27 Apr 2001 18:16 
Michael J. Kobb27 Apr 2001 18:34 
Greg Berry28 Apr 2001 14:18 
Subject:Re: Newbie question: API reference for MySQL++
From:Greg Berry (greg@yahoo.com)
Date:04/28/2001 02:18:40 PM
List:com.mysql.lists.plusplus

Hey--

I had that same problem with automake when I built mysql++. automake has an option -a that adds missing files.

So, I agree that the archive is broken, but to get around it, just run

automake -a

instead of simply automake.

Greg