Bug fix to allow linker flags --as-needed and --no-undefined. Thanks to Gtz Waschk

This commit is contained in:
rocky
2008-10-29 09:53:00 +00:00
parent f9d7ca2996
commit f81a660ef8
2 changed files with 5 additions and 4 deletions

View File

@@ -16,11 +16,11 @@ dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
dnl 02110-1301 USA.
define(RELEASE_NUM, 81)
define(CDIO_VERSION_STR, 0.$1cvs)
define(RELEASE_NUM, 82cvs)
define(CDIO_VERSION_STR, 0.$1)
AC_PREREQ(2.52)
AC_REVISION([$Id: configure.ac,v 1.232 2008/09/29 03:34:49 flameeyes Exp $])dnl
AC_REVISION([$Id: configure.ac,v 1.233 2008/10/29 09:53:00 rocky Exp $])dnl
AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM))
AC_CONFIG_SRCDIR(src/cd-info.c)