summaryrefslogtreecommitdiff
path: root/pnotify/pnotify-0.2/configure.in
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@pvv.ntnu.no>2009-07-18 12:21:39 +0200
committerUlf Lilleengen <lulf@pvv.ntnu.no>2009-07-18 12:21:39 +0200
commitdfb0c1845a8937dbb1e669c16a2ed36547a8a00f (patch)
tree9940240b4fc91d15701d6d8532c8150ef629268c /pnotify/pnotify-0.2/configure.in
parentfe92bb6fa8c7ccd15d9506f65c54e78de25881f7 (diff)
- Remove pnotify library again as the API is a bit messy and handles things in a
different way than musicfs requires.
Diffstat (limited to 'pnotify/pnotify-0.2/configure.in')
-rw-r--r--pnotify/pnotify-0.2/configure.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/pnotify/pnotify-0.2/configure.in b/pnotify/pnotify-0.2/configure.in
deleted file mode 100644
index 32be29d..0000000
--- a/pnotify/pnotify-0.2/configure.in
+++ /dev/null
@@ -1,30 +0,0 @@
-# -*- Autoconf -*-
-# Process this file with autoconf to produce a configure script.
-
-AC_PREREQ(2.59)
-AC_INIT([pnotify],[0.2],[devel@heily.com])
-AM_INIT_AUTOMAKE(pnotify, 0.2)
-AC_CONFIG_SRCDIR([pnotify.c])
-AM_CONFIG_HEADER([config.h])
-
-# Checks for programs.
-AC_PROG_CC
-AC_PROG_RANLIB
-
-# Checks for libraries.
-
-# Checks for header files.
-AC_HEADER_DIRENT
-AC_HEADER_STDC
-AC_CHECK_HEADERS([fcntl.h limits.h stdint.h stdlib.h string.h sys/param.h sys/socket.h sys/time.h unistd.h])
-
-# Checks for typedefs, structures, and compiler characteristics.
-AC_HEADER_STDBOOL
-AC_C_CONST
-AC_C_INLINE
-
-# Checks for library functions.
-AC_CHECK_FUNCS([atexit memset kqueue inotify])
-
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT