[Prime-cvs] CVS update: prime-el

Back to archive index

Hiroyuki Komatsu komat****@users*****
2005年 2月 16日 (水) 08:11:16 JST


Index: prime-el/acinclude.m4
diff -u prime-el/acinclude.m4:1.3 prime-el/acinclude.m4:1.4
--- prime-el/acinclude.m4:1.3	Tue Feb 10 02:45:05 2004
+++ prime-el/acinclude.m4	Wed Feb 16 08:11:16 2005
@@ -1,5 +1,5 @@
 dnl acinclude.m4: m4 macros for Autoconf
-dnl $Id: acinclude.m4,v 1.3 2004/02/09 17:45:05 komatsu Exp $
+dnl $Id: acinclude.m4,v 1.4 2005/02/15 23:11:16 komatsu Exp $
 dnl
 dnl Copyright (C) 2003, 2004 Hiroyuki Komatsu <komat****@taiya*****>
 dnl     All rights reserved.
@@ -8,20 +8,20 @@
 dnl You can redistribute it and/or modify it under the terms of 
 dnl the GNU General Public License version 2.
 
-AC_DEFUN(AC_INIT_DEFAULT_VALUES,
+AC_DEFUN([AC_INIT_DEFAULT_VALUES],
 [
 test "x$prefix" = xNONE && prefix=$ac_default_prefix
 test "x$exec_prefix" = xNONE && exec_prefix=$prefix
 ])
-AC_DEFUN(AC_VAR_EXPAND, [`eval echo $1`])
-AC_DEFUN(AC_FILE_SANS_EXT, [`expr "x$1" : 'x\(.*\)\..*'`])
+AC_DEFUN([AC_VAR_EXPAND], [`eval echo $1`])
+AC_DEFUN([AC_FILE_SANS_EXT], [`expr "x$1" : 'x\(.*\)\..*'`])
 
-AC_DEFUN(MY_AC_PROG_RUBY,
+AC_DEFUN([MY_AC_PROG_RUBY],
 [
     AC_SUBST(ruby_version,
         [`ruby -r rbconfig -e "puts Config::CONFIG[['ruby_version']]"`])
 ])
 
-AC_DEFUN(AC_RUBY_SITELIBDIR,
+AC_DEFUN([AC_RUBY_SITELIBDIR],
     ['$(libdir)/site_ruby/$(ruby_version)'])
 #    [`ruby -r rbconfig -e "puts Config::MAKEFILE_CONFIG[['rubylibdir']]"`])


Prime-cvs メーリングリストの案内
Back to archive index