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

Revision 4585, 676 bytes checked in by yasumichi, 13 years ago (diff)

対象ファイル表示時に最終更新日時も表示するようにした。

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.1, http://bts.vinelinux.org/)
6AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2 tar-ustar])
7AM_MAINTAINER_MODE
8AM_GNU_GETTEXT([external])
9
10# Checks for programs.
11AC_PROG_EGREP
12AC_PATH_PROG(SDIFF,sdiff)
13AS_IF(test -z $SDIFF, AC_MSG_ERROR([sdiff was not found.]))
14
15# Checks for libraries.
16
17# Checks for header files.
18
19# Checks for typedefs, structures, and compiler characteristics.
20
21# Checks for library functions.
22
23AC_CONFIG_FILES([Makefile po/Makefile.in
24                proc-rpmnew
25                ])
26                #[chmod +x proc-rpmnew])
27AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.