kadischi configure.ac,1.1.1.1,1.2

Darko Ilic (darko) fedora-extras-commits at redhat.com
Thu Oct 13 01:05:59 UTC 2005


Author: darko

Update of /cvs/devel/kadischi
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15122

Modified Files:
	configure.ac 
Log Message:
A couple of bugs fixed (the problem with dietlibc, and the problem with rsplit() function in 03fstab.py)


Index: configure.ac
===================================================================
RCS file: /cvs/devel/kadischi/configure.ac,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- configure.ac	21 Aug 2005 17:08:47 -0000	1.1.1.1
+++ configure.ac	13 Oct 2005 01:05:57 -0000	1.2
@@ -1,5 +1,5 @@
 AC_INIT(livecd_generator/kadischi)
-AM_INIT_AUTOMAKE(kadischi, 0.01)
+AM_INIT_AUTOMAKE(kadischi, 0.1)
  
 PYTHON=python
 AC_SUBST(PYTHON)
@@ -45,9 +45,6 @@
 AC_PROG_INTLTOOL
 AC_PROG_LN_S
 
-AC_PATH_PROG(DIET, diet, no)
-AM_CONDITIONAL(USE_DIET, [test "x$DIET" != xno])
-
 AC_OUTPUT([
 Makefile
 conf/Makefile




More information about the fedora-extras-commits mailing list