[Commit] slim autogen.sh,1.1,1.2

Carl Worth commit at keithp.com
Mon Aug 18 19:54:24 PDT 2003


Committed by: cworth

Update of /local/src/CVS/slim
In directory home.keithp.com:/tmp/cvs-serv23504

Modified Files:
	autogen.sh 
Log Message:
Remove explicit versions from aclocal and automake,
(I don't think slim is all that particular when it comes to the autotools).

Index: autogen.sh
===================================================================
RCS file: /local/src/CVS/slim/autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- autogen.sh	30 Jul 2003 02:52:08 -0000	1.1
+++ autogen.sh	19 Aug 2003 01:54:21 -0000	1.2
@@ -15,9 +15,9 @@
     $@
 }
 
-do_cmd aclocal-1.4
+do_cmd aclocal
 
-do_cmd automake-1.4 --add-missing
+do_cmd automake --add-missing
 
 do_cmd autoconf
 




More information about the Commit mailing list