mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-20 22:37:25 +00:00
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)
|