]> git.pld-linux.org Git - packages/genromfs.git/blame - genromfs-ac_am.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/genromfs.git] / genromfs-ac_am.patch
CommitLineData
f418805c 1diff -Nru genromfs-0.3/Makefile.am genromfs-0.3.new/Makefile.am
2--- genromfs-0.3/Makefile.am Thu Jan 1 01:00:00 1970
3+++ genromfs-0.3.new/Makefile.am Sun Sep 24 18:57:53 2000
4@@ -0,0 +1,12 @@
5+## Process this file with automake to produce Makefile.in
6+
7+sbin_PROGRAMS = genromfs
8+
9+genromfs_SOURCES = genromfs.c
10+
11+genromfs_LDADD = @LIBS@
12+
13+man_MANS = genromfs.8
14+
b912f133 15+EXTRA_DIST = genromfs.lsm readme-kernel-patch romfs.txt ChangeLog NEWS
f418805c 16+
17diff -Nru genromfs-0.3/configure.in genromfs-0.3.new/configure.in
18--- genromfs-0.3/configure.in Thu Jan 1 01:00:00 1970
19+++ genromfs-0.3.new/configure.in Sun Sep 24 18:52:47 2000
20@@ -0,0 +1,36 @@
21+dnl Process this file with autoconf to produce a configure script
22+
23+AC_INIT(configure.in)
24+
25+AC_CANONICAL_SYSTEM
26+
b912f133 27+AM_INIT_AUTOMAKE(genromfs, 0.5)
f418805c 28+
29+AM_MAINTAINER_MODE
30+
31+dnl Checks for programs.
32+AC_PROG_AWK
33+AC_PROG_CC
34+AC_PROG_INSTALL
35+AC_PROG_LN_S
36+AC_PROG_MAKE_SET
37+AM_PROG_LIBTOOL
38+
39+dnl Checks for libraries.
40+
41+dnl Checks for header files.
42+AC_HEADER_DIRENT
43+AC_HEADER_STDC
44+AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h)
45+
46+dnl Checks for typedefs, structures, and compiler characteristics.
47+AC_C_CONST
48+AC_TYPE_MODE_T
49+AC_STRUCT_ST_RDEV
50+
51+dnl Checks for library functions.
52+AC_FUNC_FNMATCH
53+AC_HEADER_MAJOR
54+AC_CHECK_FUNCS(strtoul)
55+
56+AC_OUTPUT(Makefile)
This page took 0.033176 seconds and 4 git commands to generate.