public
Description: Top-level repository with the entire vertebra distribution
Homepage:
Clone URL: git://github.com/engineyard/vertebra.git
Samuel Tesla (author)
Wed Apr 29 10:40:28 -0700 2009
commit  b7fe520532bc2e52f711b420093026bcdf9abe31
tree    95e62375720aba9105cd38e9475247e10ae8ed17
parent  2d79c6d7dafe245b46dd837aeb0adba09ce2d59a
vertebra / configure.ac
100644 13 lines (10 sloc) 0.23 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- Autoconf -*-
AC_PREREQ(2.61)
AC_INIT(vertebra, 0.4.6)
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
# Ruby
AC_ARG_VAR(RAKE, The path to the rake program)
AC_PATH_PROG(RAKE, rake)
 
# Output
AC_CONFIG_FILES([Makefile])
AC_OUTPUT