diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-07 17:54:46 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-07 17:54:46 +0000 |
commit | 8c4abd6c7e4dea263e699048137763967858a859 (patch) | |
tree | 799b54d8239a3b19947871611143b6ec4e018955 | |
parent | 5c051b721ee7ff79ae655660e9695563a902945c (diff) | |
download | xine-lib-8c4abd6c7e4dea263e699048137763967858a859.tar.gz xine-lib-8c4abd6c7e4dea263e699048137763967858a859.tar.bz2 |
Adjust some comments.
-rw-r--r-- | configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 3a7651fb6..5b68c369e 100644 --- a/configure.ac +++ b/configure.ac @@ -17,14 +17,14 @@ dnl XINE_MAJOR=1 XINE_MINOR=1 XINE_SUB=10 -# XINE_PATCH should be left empty or set to ".1" or ".2" or something similar +dnl XINE_PATCH should be left empty or set to ".1" or ".2" or something similar XINE_PATCH= -#if test $XINE_SUB -eq 0 ; then -# XINE_SUBPART=""; -#else +dnl if test $XINE_SUB -eq 0 ; then +dnl XINE_SUBPART=""; +dnl else XINE_SUBPART=".$XINE_SUB$XINE_PATCH" -#fi +dnl fi dnl The libtool version numbers (XINE_LT_*); Don't even think about faking this! dnl |