gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1149: clean up libtool


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1149: clean up libtool
Date: Sun, 11 Nov 2012 22:27:11 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1149
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 22:27:11 +0100
message:
  clean up libtool
added:
  gnu/libtool/config.mk
modified:
  gnu/libtool/Makefile
=== modified file 'gnu/libtool/Makefile'
--- a/gnu/libtool/Makefile      2012-08-25 22:15:17 +0000
+++ b/gnu/libtool/Makefile      2012-11-11 21:27:11 +0000
@@ -1,16 +1,19 @@
 GARNAME = libtool
 GARVERSION = 2.4.2
+HOME_URL = http://www.gnu.org/software/libtool/
+DESCRIPTION = A generic library support script
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = libtool/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS = m4
-# LIBDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/libtool/
-DESCRIPTION = GNU Libtool, a generic library support script
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/libtool/config.mk'
--- a/gnu/libtool/config.mk     1970-01-01 00:00:00 +0000
+++ b/gnu/libtool/config.mk     2012-11-11 21:27:11 +0000
@@ -0,0 +1,4 @@
+## Configuration options for libtool ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]