File: acinclude.m4

package info (click to toggle)
mell 1.0.0-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 360 kB
  • ctags: 105
  • sloc: lisp: 914; sh: 416; makefile: 66
file content (20 lines) | stat: -rw-r--r-- 719 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
dnl acinclude.m4: m4 macros for Autoconf
dnl $Id: acinclude.m4,v 1.2 2003/06/02 18:13:17 komatsu Exp $
dnl
dnl Copyright (C) 2003 Hiroyuki Komatsu <komatsu@taiyaki.org>
dnl     All rights reserved.
dnl     This is free software with ABSOLUTELY NO WARRANTY.
dnl
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,
[
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_RUBY_SITELIBDIR,
         [`ruby -r rbconfig -e "puts Config::CONFIG[['sitelibdir']]"`])