Codebase list pxljr / lintian-fixes/main configure.ac
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

configure.ac @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
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