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

Revision 4539, 546 bytes checked in by yasumichi, 13 years ago (diff)

配布形式を .tar.bz2 に変更

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
11
12# Checks for libraries.
13
14# Checks for header files.
15
16# Checks for typedefs, structures, and compiler characteristics.
17
18# Checks for library functions.
19
20AC_CONFIG_FILES([Makefile
21                proc-rpmnew
22                ])
23                #[chmod +x proc-rpmnew])
24AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.