gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1156: clean up m4


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1156: clean up m4
Date: Sun, 11 Nov 2012 23:31:53 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1156
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 23:31:53 +0100
message:
  clean up m4
added:
  gnu/m4/config.mk
modified:
  gnu/m4/Makefile
=== modified file 'gnu/m4/Makefile'
--- a/gnu/m4/Makefile   2012-08-21 10:38:16 +0000
+++ b/gnu/m4/Makefile   2012-11-11 22:31:53 +0000
@@ -1,19 +1,22 @@
 GARNAME = m4
 GARVERSION = 1.4.16
+HOME_URL = http://www.gnu.org/software/m4/
+DESCRIPTION = The GNU implementation of the M4 macro language
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = m4/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/m4/
-DESCRIPTION = GNU M4
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
 
 pre-build:
        exec sed -i -e '/gets is a security/d' $(WORKSRC)/lib/stdio.in.h

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


reply via email to

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