gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1824: add blurb for autoconf


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1824: add blurb for autoconf
Date: Tue, 29 Jan 2013 11:00:24 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1824
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2013-01-29 11:00:24 +0100
message:
  add blurb for autoconf
modified:
  gnu/autoconf/Makefile
=== modified file 'gnu/autoconf/Makefile'
--- a/gnu/autoconf/Makefile     2012-12-16 22:02:50 +0000
+++ b/gnu/autoconf/Makefile     2013-01-29 10:00:24 +0000
@@ -3,11 +3,18 @@
 GARVERSION = 2.69
 HOME_URL = http://www.gnu.org/software/autoconf/
 DESCRIPTION = Automatically generate scripts to configure software
+define BLURB
+ Autoconf offers the developer a robust set of M4 macros which expand 
+ into shell code to test the features of Unix-like systems and to 
+ adapt automatically their software package to these systems. The
+ resulting shell scripts are self-contained and portable, freeing the
+ user from needing to know anything about Autoconf or M4.
+endef
 
 ######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = autoconf/
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 


reply via email to

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