mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 21:40:38 +00:00
39ec565510
(gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't invoke "ln -s" unless it is known to work. * configure.in (AC_PROG_LN_S): Add.
6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
AC_PREREQ(2.12.1)
|
|
AC_INIT(refcard.tex)
|
|
AC_PROG_INSTALL
|
|
AC_PROG_LN_S
|
|
AC_OUTPUT(Makefile)
|