libtool
[Top][All Lists]
Advanced

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

LIBTOOL TAG CONFIG tag header


From: Albert Chin
Subject: LIBTOOL TAG CONFIG tag header
Date: Tue, 3 Jun 2003 12:33:28 -0500
User-agent: Mutt/1.4i

Why do we create the libtool tag header/footer like so:
  BEGIN LIBTOOL TAG CONFIG: $tagname
  END LIBTOOL TAG CONFIG: $tagname

Why not use $1:
@@ -3911,7 +3953,7 @@
 available_tags=
 
 # ### BEGIN LIBTOOL CONFIG],
-[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
+[# ### BEGIN LIBTOOL TAG CONFIG: $1])
 
 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
@@ -4207,7 +4249,7 @@
 
 ifelse([$1],[],
 [# ### END LIBTOOL CONFIG],
-[# ### END LIBTOOL TAG CONFIG: $tagname])
+[# ### END LIBTOOL TAG CONFIG: $1])
 
 __EOF__

-- 
albert chin (address@hidden)




reply via email to

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