blob: 7acf01958361232cf35fef98dcc8bf44432f98f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- configure.orig 2009-08-27 16:33:21.000000000 +0200
+++ configure 2009-08-27 16:33:21.000000000 +0200
@@ -2271,7 +2271,7 @@ $as_echo "$as_me: toplevel srcdir alread
else
test ".$ax_enable_builddir" = "." && ax_enable_builddir="."
test ".$ax_enable_builddir" = ".no" && ax_enable_builddir="."
- test ".$BUILD" = "." && BUILD=`uname -msr | tr " /" "__"`.d
+ test ".$BUILD" = "." && BUILD=./build
test ".$ax_enable_builddir" = ".yes" && ax_enable_builddir="$BUILD"
if test ".$ax_enable_builddir" != ".." ; then # we know where to go and
{ as_dir=$ax_enable_builddir
@@ -12133,7 +12133,7 @@ $as_echo_n "checking out linker version
if test "_$MICRO_VERSION" = "_" ; then MICRO_VERSION="0" ; fi
if test "_$MINOR_VERSION" = "_" ; then MINOR_VERSION="$MAJOR_VERSION" ; MAJOR_VERSION="0" ; fi
MINOR_VERSION=`echo "$MINOR_VERSION" | sed -e 's/[^0-9].*//'`
- RELEASE_INFO="-release $MAJOR_VERSION"
+ RELEASE_INFO=""
VERSION_INFO="-version-info $MINOR_VERSION:$MICRO_VERSION"
{ $as_echo "$as_me:$LINENO: result: /$MAJOR_VERSION/$MINOR_VERSION:$MICRO_VERSION (-$MAJOR_VERSION.so.$MINOR_VERSION.0.$MICRO_VERSION)" >&5
$as_echo "/$MAJOR_VERSION/$MINOR_VERSION:$MICRO_VERSION (-$MAJOR_VERSION.so.$MINOR_VERSION.0.$MICRO_VERSION)" >&6; }
@@ -19280,7 +19280,7 @@ s/:.*/:/
_EOF
test ".$USE_MAINTAINER_MODE" = ".no" || \
cp "$tmp/conftemp.sed" "$ac_top_srcdir/makefile.sed~" ## DEBUGGING
- echo 'BUILD=`uname -msr | tr " /" "__"`.d' >$ac_top_srcdir/Makefile
+ echo 'BUILD=./build' >$ac_top_srcdir/Makefile
echo 'ISNOTSRCDIR=test ! -f configure' >>$ac_top_srcdir/Makefile
$ax_enable_builddir_sed -f $tmp/conftemp.sed Makefile >>$ac_top_srcdir/Makefile
echo 'done: ;@ if grep "$(RULE)-done .*:" Makefile > /dev/null; then echo $(MAKE) $(RULE)-done ; $(MAKE) $(RULE)-done ; else true ; fi' >> $ac_top_srcdir/Makefile
|