diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-12-03 13:18:46 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-12-03 13:18:46 +0000 |
commit | 814ed2099e6a005b7758b6f62e6eded296a7b380 (patch) | |
tree | e1178b3ca734084760dba65cb37fa0412139082b /misc/amanda32-server/files/patch-ac | |
parent | The directories installed tgif.mo and searched in tgif command (diff) |
Upgrade amanda to 2.4.3b1.
This is an upgraded repo-copy of amand24-client and amanda24-server, which
along with the out dated amanda will be going away.
PR: 32419
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Approved by: jeh
Notes
Notes:
svn path=/head/; revision=50961
Diffstat (limited to 'misc/amanda32-server/files/patch-ac')
-rw-r--r-- | misc/amanda32-server/files/patch-ac | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/misc/amanda32-server/files/patch-ac b/misc/amanda32-server/files/patch-ac index f7e9751971fa..aa763df6c0ef 100644 --- a/misc/amanda32-server/files/patch-ac +++ b/misc/amanda32-server/files/patch-ac @@ -1,12 +1,15 @@ ---- tape-src/Makefile.in.orig Fri Jan 26 14:28:19 2001 -+++ tape-src/Makefile.in Sun Feb 11 21:18:00 2001 -@@ -353,7 +353,8 @@ - check: check-am - installcheck-am: - installcheck: installcheck-am --install-exec-am: install-libLTLIBRARIES -+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES -+@WANT_SERVER_TRUE@install-exec-am: - install-exec: install-exec-am +--- tape-src/Makefile.in Fri Nov 30 11:33:56 2001 ++++ tape-src/Makefile.in.new Fri Nov 30 18:16:35 2001 +@@ -524,7 +524,11 @@ install-data-am: + +-install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS ++@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES \ ++ install-sbinPROGRAMS ++ @$(NORMAL_INSTALL) ++ $(MAKE) $(AM_MAKEFLAGS) install-exec-hook ++@WANT_SERVER_TRUE@install-exec-am: install-sbinPROGRAMS + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-exec-hook + |