6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
|
AC_INIT
|
||
|
AC_PATH_PROG(SCX, scx, /usr/local/bin/scx)
|
||
|
|
||
|
AC_OUTPUT(Makefile)
|
||
|
|