From 5cb67bafffb3ef8e84ef19d1125ba1f6c130c841 Mon Sep 17 00:00:00 2001 From: Johannes Winkelmann Date: Tue, 4 Apr 2006 13:20:58 +0000 Subject: [PATCH] don't install deplist and alias file git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1133 0b5ae1c7-2405-0410-a7fc-ba219f786e1e --- Makefile.in | 2 +- aclocal.m4 | 4 ++-- configure | 2 +- configure.in | 2 +- doc/Makefile.in | 2 +- misc/Makefile.am | 12 ------------ misc/Makefile.in | 32 +++++++++----------------------- src/Makefile.in | 4 +--- 8 files changed, 16 insertions(+), 44 deletions(-) diff --git a/Makefile.in b/Makefile.in index f3ae827..a5c1f82 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.5 from Makefile.am. +# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, diff --git a/aclocal.m4 b/aclocal.m4 index 74de4a1..7d473d5 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.9.5 -*- Autoconf -*- +# generated automatically by aclocal 1.9.6 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005 Free Software Foundation, Inc. @@ -28,7 +28,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) # Call AM_AUTOMAKE_VERSION so it can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], - [AM_AUTOMAKE_VERSION([1.9.5])]) + [AM_AUTOMAKE_VERSION([1.9.6])]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- diff --git a/configure b/configure index 8ffd003..8391623 100755 --- a/configure +++ b/configure @@ -1614,7 +1614,7 @@ fi # Define the identity of the package. PACKAGE=prt-get - VERSION=0.5.11 + VERSION=0.5.12pre cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 1c561b5..7bedb2d 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_INIT AC_CONFIG_SRCDIR([src/prtget.cpp]) -AM_INIT_AUTOMAKE(prt-get,0.5.11) +AM_INIT_AUTOMAKE(prt-get,0.5.12pre) dnl Determine default prefix diff --git a/doc/Makefile.in b/doc/Makefile.in index 57df315..08605e4 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.5 from Makefile.am. +# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, diff --git a/misc/Makefile.am b/misc/Makefile.am index 220bafe..51e6fd7 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -2,15 +2,3 @@ EXTRA_DIST = prt-get_complete prt-get.aliases prt-get.deplist prt-get.conf sysconf_DATA = prt-get.conf -install-data-local: - $(INSTALL) -D -m 644 $(srcdir)/prt-get.deplist \ - $(DESTDIR)$(localstatedir)/lib/pkg/prt-get.deplist - $(INSTALL) -D -m 644 $(srcdir)/prt-get.aliases \ - $(DESTDIR)$(localstatedir)/lib/pkg/prt-get.aliases -# $(INSTALL) -D -m 644 $(srcdir)/prt-get.conf \ -# $(DESTDIR)$(sysconfdir)/prt-get.conf - -uninstall-local: - rm $(DESTDIR)$(localstatedir)/lib/pkg/prt-get.deplist - rm $(DESTDIR)$(localstatedir)/lib/pkg/prt-get.aliases -# rm $(DESTDIR)$(sysconfigdir)/etc/prt-get.conf diff --git a/misc/Makefile.in b/misc/Makefile.in index 0d18825..445dda4 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.5 from Makefile.am. +# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -267,7 +267,7 @@ info: info-am info-am: -install-data-am: install-data-local +install-data-am: install-exec-am: install-sysconfDATA @@ -293,31 +293,17 @@ ps: ps-am ps-am: -uninstall-am: uninstall-info-am uninstall-local uninstall-sysconfDATA +uninstall-am: uninstall-info-am uninstall-sysconfDATA .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am \ - install-data-local install-exec install-exec-am install-info \ - install-info-am install-man install-strip install-sysconfDATA \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am uninstall uninstall-am uninstall-info-am \ - uninstall-local uninstall-sysconfDATA + install install-am install-data install-data-am install-exec \ + install-exec-am install-info install-info-am install-man \ + install-strip install-sysconfDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-info-am uninstall-sysconfDATA - -install-data-local: - $(INSTALL) -D -m 644 $(srcdir)/prt-get.deplist \ - $(DESTDIR)$(localstatedir)/lib/pkg/prt-get.deplist - $(INSTALL) -D -m 644 $(srcdir)/prt-get.aliases \ - $(DESTDIR)$(localstatedir)/lib/pkg/prt-get.aliases -# $(INSTALL) -D -m 644 $(srcdir)/prt-get.conf \ -# $(DESTDIR)$(sysconfdir)/prt-get.conf - -uninstall-local: - rm $(DESTDIR)$(localstatedir)/lib/pkg/prt-get.deplist - rm $(DESTDIR)$(localstatedir)/lib/pkg/prt-get.aliases -# rm $(DESTDIR)$(sysconfigdir)/etc/prt-get.conf # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/src/Makefile.in b/src/Makefile.in index b032884..cd90beb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.5 from Makefile.am. +# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -16,8 +16,6 @@ # Makefile.am for prt-get by Johannes Winkelmann -SOURCES = $(prt_get_SOURCES) - srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@