[xiph-commits] r18412 - trunk/squishyio

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Mon Jun 18 03:50:51 PDT 2012


Author: xiphmont
Date: 2012-06-18 03:50:51 -0700 (Mon, 18 Jun 2012)
New Revision: 18412

Modified:
   trunk/squishyio/autogen.sh
   trunk/squishyio/configure.ac
Log:
Remove ncurses dependency
change autogen package mane from 'squishyball' to 'squishyio'


Modified: trunk/squishyio/autogen.sh
===================================================================
--- trunk/squishyio/autogen.sh	2012-06-16 05:48:51 UTC (rev 18411)
+++ trunk/squishyio/autogen.sh	2012-06-18 10:50:51 UTC (rev 18412)
@@ -2,7 +2,7 @@
 # Run this to set up the build system: configure, makefiles, etc.
 # (based on the version in enlightenment's cvs)
 
-package="squishyball"
+package="squishyio"
 
 ACLOCAL_FLAGS=""
 

Modified: trunk/squishyio/configure.ac
===================================================================
--- trunk/squishyio/configure.ac	2012-06-16 05:48:51 UTC (rev 18411)
+++ trunk/squishyio/configure.ac	2012-06-18 10:50:51 UTC (rev 18412)
@@ -24,8 +24,6 @@
 PKG_CHECK_MODULES([vorbisfile], [vorbisfile])
 PKG_CHECK_MODULES([FLAC], [flac >= 0.8.0])
 PKG_CHECK_MODULES([ao], [ao > 1.0.0])
-AC_CHECK_LIB([ncurses], [initscr],,[AC_MSG_ERROR([ncurses required!])])
-AC_CHECK_LIB([ncurses], [_nc_tinfo_fkeysf], USE_FKEYSF=1, USE_FKEYSF=0)
 AC_CHECK_LIB([m], [cos])
 AC_CHECK_LIB([pthread], [pthread_create])
 



More information about the commits mailing list