mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
10 lines
271 B
Plaintext
10 lines
271 B
Plaintext
|
|
||
|
|
||
|
AC_DEFUN([TR_UDUNITS_HOME],[
|
||
|
AC_ARG_WITH([udunits],
|
||
|
AS_HELP_STRING([--with-udunits@<:@=DIR@:>@], [UDUnits root directory]),
|
||
|
[UDUNITS_HOME="$withval"],
|
||
|
[UDUNITS_HOME=""]
|
||
|
)
|
||
|
AC_SUBST([UDUNITS_HOME])
|
||
|
])
|