]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.spec (URL): point to www.gnu.org
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Fri, 27 Nov 1998 00:09:28 +0000 (00:09 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 27 Nov 1998 00:09:28 +0000 (00:09 +0000)
(Source): point to ftp.gnu.org

* Makefile.am (EXTRA_DIST): removed libtool.prj
Reported by Akim Demaille <demaille@inf.enst.fr>

ChangeLog
Makefile.am
libtool.spec

index e9ecba68390e225396dc6fd1053ff85fb185cc1c..f430b9bca67aa09d44094f87715044380e195734 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1998-11-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * libtool.spec (URL): point to www.gnu.org
+       (Source): point to ftp.gnu.org
+
+       * Makefile.am (EXTRA_DIST): removed libtool.prj
+       Reported by Akim Demaille <demaille@inf.enst.fr>
+
 1998-11-24  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * ltconfig.in (echo): avoid shell error messages when we're
index dc46d619dd3a7a6a1c4f8920ea66dec8965f4d82..33012d3f550d3c68f68cbe73a7eae1167a7f7a97 100644 (file)
@@ -10,7 +10,7 @@ CPPLAGS = @CPPFLAGS@
 aclocal_macros = libtool.m4
 
 EXTRA_DIST = $(aclocal_macros) libtoolize.in ltconfig.in ltmain.in \
-       libtool.spec libtool.prj
+       libtool.spec
 CLEANFILES = libtool libtoolize
 MAINTAINERCLEANFILES = ltconfig ltmain.sh
 
@@ -154,47 +154,3 @@ $(srcdir)/libltdl/configure: libltdl/configure.in libltdl/aclocal.m4
 
 $(srcdir)/libltdl/aclocal.m4: libltdl/configure.in libltdl/acinclude.m4
        cd $(srcdir)/libltdl && $(ACLOCAL)
-
-######################################################################
-# These commands really help my life as a maintainer who uses PRCS.
-# Feel free to copy them to your own project.  I just run a
-# maintainer-checkin whenever I feel like it, then I run a maintainer-release
-# after changing the project major version number in my project file.
-#
-# This works because of the special `$Format: ...$' string I have in my
-# `configure.in'.
-PRCS = prcs
-released = $(top_srcdir)/.released
-
-# At least configure.in should be rekeyed, but you can also add other files.
-rekey_files = configure.in libtool.spec
-
-.PHONY: maintainer-checkin maintainer-rekey maintainer-release
-maintainer-checkin: maintainer-rekey
-       cd $(top_srcdir) && $(PRCS) checkin -f $(PACKAGE).prj
-
-maintainer-rekey:
-       @newver=`grep '^(Project-Version[       ]' $(srcdir)/$(PACKAGE).prj | \
-          sed 's/^.*[  ]\+\([^         ]\+\)[  ]\+[0-9]\+).*$$/\1/'`; \
-         if test "X$$newver" = "X$(VERSION)"; then \
-           if test -f "$(released)"; then \
-             echo "New development cycle: change Project-Version in $(top_srcdir)/$(PACKAGE).prj."; \
-             exit 1; \
-           else \
-             echo "No need to rekey any files"; \
-           fi; \
-         else \
-           rm -f "$(released)"; \
-           echo "cd $(top_srcdir) && $(PRCS) rekey -f $(PACKAGE).prj $(rekey_files)"; \
-           cd $(top_srcdir) && $(PRCS) rekey -f $(PACKAGE).prj $(rekey_files); \
-         fi
-
-maintainer-release: maintainer-rekey distcheck
-       cd $(top_srcdir) && $(PRCS) checkin -f $(PACKAGE).prj
-       echo "$(VERSION)" > "$(release)"
-       @echo "============================="; \
-         echo "Congratulations!  $(PACKAGE)-$(VERSION) is now complete."; \
-         echo; \
-         echo "Distribute \`$(PACKAGE)-$(VERSION).tar.gz' to the masses, and don't forget"; \
-         echo "any other details you need to complete this release."; \
-         echo "============================="
index 09ad69db4584976540031d6ebd08f64bf7f55b2b..6fcac6e6db7043a229c40fb1ad4493bad15d60c5 100644 (file)
@@ -6,8 +6,8 @@ Version: 1.2c
 Release: 1
 Copyright: GPL
 Group: Development/Build
-Source: ftp://prep.ai.mit.edu/pub/gnu/libtool-%{PACKAGE_VERSION}.tar.gz
-URL: http://www.profitpress.com/libtool/
+Source: ftp://ftp.gnu.org/pub/gnu/libtool-%{PACKAGE_VERSION}.tar.gz
+URL: http://www.gnu.org/software/libtool/libtool.html
 BuildRoot: /tmp/libtool.root
 
 %description