configure.ac in rbcdio-0.01 vs configure.ac in rbcdio-0.02
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright (C) 2006 Rocky Bernstein <rocky@panix.com>
+# Copyright (C) 2006, 2007 Rocky Bernstein <rocky@gnu.org>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
@@ -16,16 +16,16 @@
# 02111-1307, USA.
## Note: the version number (the 2nd parameter in AC_INIT)
## is picked up inside the Python debugger script.
-AC_INIT([rubycdio],[0.01],[libcdio-rubycdio-devel@gnu.org])
+AC_INIT([rubycdio],[0.02],[libcdio-rubycdio-devel@gnu.org])
##
## Check for Python interpreter and make we have a recent version.
##
-AC_REVISION([$Id: configure.ac,v 1.4 2006/12/08 12:21:53 rocky Exp $])dnl
+AC_REVISION([$Id: configure.ac,v 1.6 2007/10/13 17:11:45 rocky Exp $])dnl
##
## In maintainer mode we produce a ChangeLog
##
AM_MAINTAINER_MODE
@@ -138,10 +138,10 @@
AC_SUBST(RUBY_LIBS)
AC_SUBST(LDSHARED)
AC_SUBST(SWIG_FLAGS)
##
-## Test program needs location of pycdio shared library
+## Test program needs location of rbcdio shared library
## This is a hack, but I at present I'm not sure what the best thing to
## do is.
RUBYCDIO_LIBDIR=`pwd`
AC_SUBST(RUBYCDIO_LIBDIR)dnl