summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjosh.macdonald@gmail.com <josh.macdonald@gmail.com@a3eca27d-f21b-0410-9b4a-6511e771f64e>2012-08-18 17:26:56 +0000
committerjosh.macdonald@gmail.com <josh.macdonald@gmail.com@a3eca27d-f21b-0410-9b4a-6511e771f64e>2012-08-18 17:26:56 +0000
commit589234afb0ebe9baa615459a5dddff163fdab5cd (patch)
tree6c166d664a159d6d11e012ee31adab4ebbf303cc
parent2e4a3d62c6b9fe12b25f6a5d01256badbbe4df5a (diff)
Prepare 3.0.4 on Linux/gcc-4.7
-rw-r--r--xdelta3/Makefile.am4
l---------xdelta3/ltmain.sh2
l---------xdelta3/m4/ltversion.m42
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 = \
45 -DXD3_MAIN=1 45 -DXD3_MAIN=1
46 46
47xdelta3_CFLAGS = $(WFLAGS) $(common_CFLAGS) -pedantic -std=c99 47xdelta3_CFLAGS = $(WFLAGS) $(common_CFLAGS) -pedantic -std=c99
48xdelta3_LDFLAGS = -lm 48xdelta3_LDADD = -lm
49 49
50xdelta3regtest_CXXFLAGS = $(WFLAGS) $(common_CFLAGS) -DNOT_MAIN=1 -DXD3_DEBUG=1 50xdelta3regtest_CXXFLAGS = $(WFLAGS) $(common_CFLAGS) -DNOT_MAIN=1 -DXD3_DEBUG=1
51xdelta3regtest_CFLAGS = $(WFLAGS) $(common_CFLAGS) -DNOT_MAIN=1 -DXD3_DEBUG=1 51xdelta3regtest_CFLAGS = $(WFLAGS) $(common_CFLAGS) -DNOT_MAIN=1 -DXD3_DEBUG=1
52xdelta3regtest_LDFLAGS = -lm 52xdelta3regtest_LDADD = -lm
53 53
54man1_MANS = xdelta3.1 54man1_MANS = xdelta3.1
55 55
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