PDOS

[uia] / trunk / uia / lib / configure.in  

View of /trunk/uia/lib/configure.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2525 - (download) (annotate)
Thu May 31 00:19:26 2007 UTC (2 years, 5 months ago) by jastr
File size: 482 byte(s)
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