mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
2e6516ff2d
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values. * configure.in: Rewritten for autoconf. * configure: New.
5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
AC_PREREQ(2.5)
|
|
AC_INIT(refcard.tex)
|
|
AC_PROG_INSTALL
|
|
AC_OUTPUT(Makefile)
|