X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;h=c7b4335ae420f39187252906a88c820bfa9f59b9;hb=5e602a80cef93a5f80bcbe6d0de5a8e2e2d1c060;hp=1707f8230b81d06398ed2af79efa88182bd7ef15;hpb=5000a12ad288893d494ccd04d061752ed022d1d0;p=paraslash.git diff --git a/configure.ac b/configure.ac index 1707f823..c7b4335a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [git], maan@systemlinux.org) +AC_INIT(paraslash, [0.4.0], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no) @@ -530,7 +530,7 @@ AC_CHECK_HEADER(sys/soundcard.h, [ ], [ have_oss="no" - AC_MSG_WARN([no linux/soundcard.h $msg]) + AC_MSG_WARN([no sys/soundcard.h $msg]) ] ) CPPFLAGS="$OLD_CPPFLAGS"