Make sure entire warning is printed.

This commit is contained in:
rocky
2004-05-08 10:50:51 +00:00
parent 416c98ecc2
commit 739b049e49

View File

@@ -19,7 +19,7 @@ define(RELEASE_NUM, 69)
define(CDIO_VERSION_STR, 0.$1cvs) define(CDIO_VERSION_STR, 0.$1cvs)
AC_PREREQ(2.52) AC_PREREQ(2.52)
AC_REVISION([$Id: configure.ac,v 1.77 2004/05/07 11:00:27 rocky Exp $])dnl AC_REVISION([$Id: configure.ac,v 1.78 2004/05/08 10:50:51 rocky Exp $])dnl
AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM)) AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM))
AC_CONFIG_SRCDIR(src/cd-info.c) AC_CONFIG_SRCDIR(src/cd-info.c)
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
@@ -101,7 +101,7 @@ AC_SUBST(DIFF)
AC_SUBST(DIFF_OPTS) AC_SUBST(DIFF_OPTS)
AM_PATH_LIBPOPT(, AM_PATH_LIBPOPT(,
[AC_MSG_WARN(Diagnostic programs cd-drive, cd-info, cd-read, iso-info, and is-read will not get built) [AC_MSG_WARN([Diagnostic programs cd-drive, cd-info, cd-read, iso-info, and is-read will not get built.])
enable_cd_info=no]) enable_cd_info=no])
dnl headers dnl headers