summaryrefslogtreecommitdiff
blob: 492733eb97e9d9a083a3944d33d6aa6829635018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Restored configure.in based on tarball's configure
--- /dev/null
+++ b/configure.in
@@ -0,0 +1,16 @@
+AC_INIT(prctl.c)
+
+AC_PROG_LN_S
+AC_PROG_CC
+AC_PROG_CPP
+AC_PROG_INSTALL
+
+
+AC_HEADER_STDC
+AC_CHECK_HEADERS(unistd.h)
+
+
+AC_CHECK_FUNCS(strerror)
+AC_SUBST(ASCPP)
+AC_SUBST(INSTALL)
+AC_OUTPUT(Makefile)