From b063ac70d46a919c68c125eb4a32fb4d1c164b81 Mon Sep 17 00:00:00 2001 From: Oliver Rauch Date: Mon, 27 May 2002 20:35:24 +0000 Subject: [PATCH] Oliver Rauch: - changed configure/configure.in V_EXTRA to "-cvs" --- configure | 4 ++-- configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 0140be170..d78f0a047 100755 --- a/configure +++ b/configure @@ -746,7 +746,7 @@ test "$program_transform_name" = "" && program_transform_name="s,x,x," V_MAJOR=1 V_MINOR=0 V_REV=8 -V_EXTRA= +V_EXTRA=-cvs PACKAGE=sane-backends VERSION=${V_MAJOR}.${V_MINOR}.${V_REV}${V_EXTRA} @@ -4797,7 +4797,7 @@ else if { (eval echo configure:4798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in - *.$ac_ext | *.c | *.o | *.obj) ;; + *.c | *.o | *.obj) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done diff --git a/configure.in b/configure.in index d15403e33..3d1409aeb 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ AC_ARG_PROGRAM V_MAJOR=1 V_MINOR=0 V_REV=8 -V_EXTRA= +V_EXTRA=-cvs PACKAGE=sane-backends VERSION=${V_MAJOR}.${V_MINOR}.${V_REV}${V_EXTRA}