Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:08d3448a74a7340f6382181f1a192cb3bd04c9f8
Author...:karl <>
Committer:karl <>
Date.....:Wed Aug 9 20:12:33 2006 +0000
Parents..:77294eee8de49ab37e7b816bb7a91ba537694c87

Message
[project @ 2006-08-09 20:12:33 by karl]
AC_PROG_RANLIB not needed

Changes
diff --git a/ChangeLog b/ChangeLog
line changes: +5/-0
index fd2902f..ce3bb8d
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-09  Karl Berry  <karl@gnu.org>
+
+	* configure.ac (AC_PROG_RANLIB): not needed, it's done in gl_EARLY.
+	From Bruno.
+
 2006-07-16  Karl Berry  <karl@gnu.org>
 
 	* configure.ac (AC_HEADER_STDC): autoconf doc says no longer needed.

diff --git a/configure.ac b/configure.ac
line changes: +0/-3
index 47e1dad..1b35245
--- a/configure.ac
+++ b/configure.ac
@@ -31,9 +31,6 @@ AC_PROG_CC
 gl_EARLY
 gl_INIT
 
-# Since we make a helper library.
-AC_PROG_RANLIB
-
 # GNU help2man creates man pages from --help output; in many cases, this
 # is sufficient, and obviates the need to maintain man pages separately.
 AM_MISSING_PROG(HELP2MAN, help2man)

This website is licensed under AGPL-3.0. Feel free to copy!