source: projects/proc-rpmnew/trunk/configure.ac @ 4542

Revision 4542, 632 bytes checked in by yasumichi, 13 years ago (diff)

check sdiff.

Line 
1#                                               -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3
4AC_PREREQ(2.59)
5AC_INIT(proc-rpmnew, 0.3, http://bts.vinelinux.org/)
6AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2 tar-ustar])
7AM_MAINTAINER_MODE
8
9# Checks for programs.
10AC_PROG_EGREP
11AC_PATH_PROG(SDIFF,sdiff)
12AS_IF(test -z $SDIFF, AC_MSG_ERROR([sdiff was not found.]))
13
14# Checks for libraries.
15
16# Checks for header files.
17
18# Checks for typedefs, structures, and compiler characteristics.
19
20# Checks for library functions.
21
22AC_CONFIG_FILES([Makefile
23                proc-rpmnew
24                ])
25                #[chmod +x proc-rpmnew])
26AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.