Menu

#64 fixup out of tree fallback ChangeLog search in configure.ac

0.10
closed-accepted
nobody
None
5
2008-04-24
2008-04-23
No

looks like i missed on srcdir because i didnt test urjtag in a non-svn repo ... the awk of ChangeLog needs a $srcdir prefixed to it

if test "$SVN_REVISION" -eq 0 -a -e "$srcdir/ChangeLog"; then
- SVN_REVISION=`awk 'BEGIN { x=0 } /Revision: / { if($2>x) x=$2; } END { printf "%d\n",x }' ChangeLog`
+ SVN_REVISION=`awk 'BEGIN { x=0 } /Revision: / { if($2>x) x=$2; } END { printf "%d\n",x }' "$srcdir/ChangeLog"`
if test "$SVN_REVISION" -ne "0" ; then

Discussion

  • Mike Frysinger

    Mike Frysinger - 2008-04-24
    • status: open --> closed-accepted
     
  • Mike Frysinger

    Mike Frysinger - 2008-04-24

    Logged In: YES
    user_id=114429
    Originator: YES

    committed as svn rev 1182

     
  • Kolja Waschk

    Kolja Waschk - 2017-02-12
    • Group: --> 0.10
     

Log in to post a comment.