Changeset - d4e0c514e983
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-05-23 23:32:43
ohnobinki@ohnopublishing.net
removed superfluous PROG_CHECK_RANLIB call
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
configure.ac
Show inline comments
 
@@ -18,13 +18,13 @@
 
AC_PREREQ(2.61)
 
AC_INIT([distren],[0.0],[ohnobinki@ohnopublishing.net])
 
AC_CONFIG_SRCDIR([src/server/distrend.c])
 

	
 
AC_PROG_CC
 
AC_PROG_LIBTOOL
 
AC_PROG_RANLIB
 
#AC_PROG_RANLIB #don't add this even if autoscan says to, because AC_PROG_LIBTOOL is enough
 

	
 
AM_INIT_AUTOMAKE
 
AM_PROG_CC_C_O
 
AM_PATH_XML2(2.7.2)
 

	
 
#basic low-level checks (suggested by autoscan)
0 comments (0 inline, 0 general)