1# @configure_input@
2
3# Fig2dev: Translate Fig code to various Devices
4# Copyright (c) 1991 by Micah Beck
5# Parts Copyright (c) 1985-1988 by Supoj Sutanthavibul
6# Parts Copyright (c) 1989-2015 by Brian V. Smith
7# Parts Copyright (c) 2015-2020 by Thomas Loimer
8#
9# Any party obtaining a copy of these files is granted, free of charge, a
10# full and unrestricted irrevocable, world-wide, paid up, royalty-free,
11# nonexclusive right and license to deal in this software and documentation
12# files (the "Software"), including without limitation the rights to use,
13# copy, modify, merge, publish, distribute, sublicense and/or sell copies
14# of the Software, and to permit persons who receive copies from any such
15# party to do so, with the only requirement being that the above copyright
16# and this permission notice remain intact.
17
18# atlocal.in
19# Author: Thomas Loimer, 2017, 2018
20
21if test x"@abs_top_builddir@" == x"@abs_top_srcdir@"; then
22  PATH=@abs_top_builddir@/fig2dev:$PATH
23else
24  PATH=@abs_top_builddir@/fig2dev:@abs_top_srcdir@/fig2dev:$PATH
25fi
26FGREP='@FGREP@'
27SED='@SED@'
28GSEXE='@GSEXE@'
29WITH_PNG_TRUE='@WITH_PNG_TRUE@'
30