mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
c588520727
Refactor autoconf, use best practices
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])
|
|
]) |