changeset 750:5fe9bafc1895 trunk

[svn] more stuff
author nenolod
date Mon, 27 Feb 2006 20:37:43 -0800
parents 3787176f9875
children 6636d328fa38
files configure.ac
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Feb 27 20:32:58 2006 -0800
+++ b/configure.ac	Mon Feb 27 20:37:43 2006 -0800
@@ -40,13 +40,18 @@
 
 AM_PROG_AS
 
-
 dnl Checks for various programs
 
 AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
 
+AC_PATH_PROG(RM, rm)
+AC_PATH_PROG(MV, mv)
+AC_PATH_PROG(CP, cp)
+AC_PATH_PROG(AR, ar)
+AC_PATH_PROG(RANLIB, ranlib)
+
 dnl Path settings
 
 AC_PATH_PROG(BEEP_PATH, audacious, no)