File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -2979,13 +2979,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
29792979
29802980
29812981
2982- # Record which revision is being built
2983- if test -s " ` which hg` " && test -d " $srcdir /.hg" ; then
2984- hgrev=` hg id -i -R " $srcdir " `
2985- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : Source directory Mercurial base revision $hgrev " >&5
2986- printf " %s\n" " $as_me : Source directory Mercurial base revision $hgrev " >&6 ; }
2987- fi
2988-
29892982ORIGCFLAGS=" $CFLAGS "
29902983LATE_CFLAGS=" "
29912984# Checks for programs.
Original file line number Diff line number Diff line change 88AC_PREREQ ( [ 2.59] )
99AC_INIT
1010
11- # Record which revision is being built
12- if test -s "`which hg`" && test -d "$srcdir/.hg"; then
13- hgrev=`hg id -i -R "$srcdir"`
14- AC_MSG_NOTICE ( [ Source directory Mercurial base revision $hgrev] )
15- fi
16-
1711ORIGCFLAGS="$CFLAGS"
1812LATE_CFLAGS=""
1913# Checks for programs.
You can’t perform that action at this time.
0 commit comments