From 589234afb0ebe9baa615459a5dddff163fdab5cd Mon Sep 17 00:00:00 2001 From: "josh.macdonald@gmail.com" Date: Sat, 18 Aug 2012 17:26:56 +0000 Subject: Prepare 3.0.4 on Linux/gcc-4.7 --- xdelta3/Makefile.am | 4 ++-- xdelta3/ltmain.sh | 2 +- xdelta3/m4/ltversion.m4 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xdelta3/Makefile.am b/xdelta3/Makefile.am index 71b4dd4..23a3d39 100644 --- a/xdelta3/Makefile.am +++ b/xdelta3/Makefile.am @@ -45,11 +45,11 @@ common_CFLAGS = \ -DXD3_MAIN=1 xdelta3_CFLAGS = $(WFLAGS) $(common_CFLAGS) -pedantic -std=c99 -xdelta3_LDFLAGS = -lm +xdelta3_LDADD = -lm xdelta3regtest_CXXFLAGS = $(WFLAGS) $(common_CFLAGS) -DNOT_MAIN=1 -DXD3_DEBUG=1 xdelta3regtest_CFLAGS = $(WFLAGS) $(common_CFLAGS) -DNOT_MAIN=1 -DXD3_DEBUG=1 -xdelta3regtest_LDFLAGS = -lm +xdelta3regtest_LDADD = -lm man1_MANS = xdelta3.1 diff --git a/xdelta3/ltmain.sh b/xdelta3/ltmain.sh index 377d47b..4159958 120000 --- a/xdelta3/ltmain.sh +++ b/xdelta3/ltmain.sh @@ -1 +1 @@ -/usr/local/share/libtool/config/ltmain.sh \ No newline at end of file +/usr/share/libtool/config/ltmain.sh \ No newline at end of file diff --git a/xdelta3/m4/ltversion.m4 b/xdelta3/m4/ltversion.m4 index f5bd471..5eb474f 120000 --- a/xdelta3/m4/ltversion.m4 +++ b/xdelta3/m4/ltversion.m4 @@ -1 +1 @@ -/usr/local/share/aclocal/ltversion.m4 \ No newline at end of file +/usr/share/aclocal/ltversion.m4 \ No newline at end of file -- cgit v1.2.3