13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
AC_INIT(install-sh)
|
|
AC_PREREQ([2.50])
|
|
|
|
AC_ARG_ENABLE(clpqr,
|
|
[ --enable-clpqr install clpqr library ],
|
|
use_clpqr="$enableval", use_clpqr=yes)
|
|
|
|
m4_include([../ac_swi_noc.m4])
|
|
|
|
AC_OUTPUT(Makefile)
|