From: Date: May 12 2008 9:34pm Subject: Detecting mysql++ with autotools List-Archive: http://lists.mysql.com/plusplus/7639 Message-Id: <48289BC9.70603@tsiware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7BIT I recently started working on a project using mysqlpp I had some trouble using autotools to locate the mysqlpp installation and library paths. Is there an unnested function in mysqlpp that can be used to verify the installation of mysqlpp? For mysql its pretty easy with the mysql_config tool which lists the library paths, cflags et al. Is there any plan for such a tool for mysqlpp? Please let me know how other C++ programmers are locating the install path and flags for mysql++. Thanks Andrew Williams