source: projects/update-from-skel/trunk/configure.ac @ 4567

Revision 4567, 545 bytes checked in by yasumichi, 13 years ago (diff)

無効な msgid を修正

Line 
1#                                               -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3
4AC_PREREQ([2.65])
5AC_INIT([update-from-skel], [0.1.1], [http://bts.vinelinux.org/])
6AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2 tar-ustar])
7AM_GNU_GETTEXT([external])
8
9# Checks for programs.
10
11# Checks for libraries.
12
13# Checks for header files.
14
15# Checks for typedefs, structures, and compiler characteristics.
16
17# Checks for library functions.
18
19AC_CONFIG_FILES([
20Makefile
21po/Makefile.in
22update-from-skel
23])
24AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.