Correct typo in autotools-utils.eclass: @DEFAULT-UNSET -> @DEFAULT_UNSET
authorJustin Lecher <jlec@gentoo.org>
Mon, 9 Jan 2012 10:16:25 +0000 (10:16 +0000)
committerJustin Lecher <jlec@gentoo.org>
Mon, 9 Jan 2012 10:16:25 +0000 (10:16 +0000)
eclass/ChangeLog
eclass/autotools-utils.eclass

index d13df25f74e3a7fec0d446d52a99346ac0ff5214..6b17c6be9d056d36cc5ca5fcd5ff20db3347128e 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.74 2012/01/07 17:53:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.75 2012/01/09 10:16:25 jlec Exp $
+
+  09 Jan 2012; Justin Lecher <jlec@gentoo.org> autotools-utils.eclass:
+  Correct typo in autotools-utils.eclass: @DEFAULT-UNSET -> @DEFAULT_UNSET
 
   07 Jan 2012; Michał Górny <mgorny@gentoo.org> systemd.eclass:
   Install systemd units to /usr/lib.
index 7bb1e427f18e0d21cf72484b977cd9b6ce1e8dde..bf009a3c4635083d0a3cada6a85229982a8659dd 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.32 2012/01/05 22:42:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.33 2012/01/09 10:16:25 jlec Exp $
 
 # @ECLASS: autotools-utils.eclass
 # @MAINTAINER:
@@ -94,7 +94,7 @@ case ${EAPI:-0} in
 esac
 
 # @ECLASS-VARIABLE: AUTOTOOLS_AUTORECONF
-# @DEFAULT-UNSET
+# @DEFAULT_UNSET
 # @DESCRIPTION:
 # Set to a non-empty value in order to enable running autoreconf
 # in src_prepare() and adding autotools dependencies.