source: trunk/configure.ac @ 573

Revision 573, 386 bytes checked in by ccowart, 7 weeks ago (diff)

Mocking up a hook that simply checks to see if confman:version revprop is
set.

See #152.

  • Property svn:keywords set to Id Revision
Line 
1AC_PREREQ(2.62)
2AC_INIT([confman], [1.9.a], [confman-users@timesinks.net])
3AM_INIT_AUTOMAKE([foreign])
4
5# Checks for programs.
6AC_PROG_SED
7AC_PROG_LN_S
8AC_PATH_PROG([BASH_SHELL], [bash])
9AC_PATH_PROG([SVN], [svn])
10AC_PATH_PROG([SVNLOOK], [svnlook])
11AC_PATH_PROG([SUDO], [sudo])
12AC_PATH_PROG([GREADLINK], [greadlink])
13AC_PATH_PROG([WGET], [wget])
14
15AC_CONFIG_FILES([Makefile])
16AC_OUTPUT
17
Note: See TracBrowser for help on using the repository browser.