summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Allum <mallum@polystyrene.(none)>2006-08-04 22:06:17 +0100
committerMatthew Allum <mallum@polystyrene.(none)>2006-08-04 22:06:17 +0100
commit0eb8b3c22ac8147b51817a65783967c858c6c97f (patch)
tree7ab8213c421a3799e006d990c8d3c7752acc116d /configure.ac
Initial commit from CVS sources
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..e81414f
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,13 @@
+AC_PREREQ([2.57])
+AC_INIT(libXCalibrate, 0.1.0, [pb@nexus.co.uk])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
+
+# Check for progs
+AC_PROG_CC
+AC_PROG_LIBTOOL
+
+# Check for X
+PKG_CHECK_MODULES(XCALIBRATE, x11 xextensions xcalibrateext)
+
+AC_OUTPUT([Makefile
+ xcalibrate.pc])