![]()
| [uia] / trunk / uia / lib / configure.in |
Parent Directory
|
Revision Log
make the non-packaged version work again
# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_INIT(uialib, 0.01) AC_PREREQ(2.59) AC_CONFIG_SRCDIR([asn1.py]) #AC_CONFIG_HEADER([config.h]) AC_CONFIG_AUX_DIR(misc) ACX_PYTHON AC_SUBST(with_installroot) AC_ARG_WITH(installroot, AC_HELP_STRING([--with-installroot=DIR], [Use DIR as "/" for installation, useful for packaging (default: "/")]), , [with_installroot="/"]) AC_OUTPUT([Makeconf])
| Maintained by PDOS | ViewVC Help |
| Powered by ViewVC 1.0.3 |