summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2014-03-06 16:31:11 +0100
committerDidier Raboud <odyx@debian.org>2014-03-06 16:31:11 +0100
commitcce046c692052d429af62d350dedc20108e641e5 (patch)
treea6048eb818fad06d0d1082e31f9ad37020f06a8a /configure.ac
parent8c6a1474731741c4bdef19522f93d413cf88b539 (diff)
Given the Debian-specific repack that throws the libijs and
libjpeg embedded copies out, this patch creates a simple buildsystem to compile ijs_pxljr against the system versions of both. Last-Update: 2011-08-30 Gbp-Pq: Name add_simple_buildsystem.patch
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..5a8e5cd
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,8 @@
+AC_INIT([pxljr], [1.3], [pxljr@packages.debian.org], [pxljr], [http://hp-pxl-jetready.sourceforge.net/])
+AC_PREREQ([2.59])
+AM_INIT_AUTOMAKE([1.11 foreign])
+AC_PROG_CC
+
+AC_CONFIG_FILES([Makefile])
+AC_CONFIG_SRCDIR(i_main.c)
+AC_OUTPUT