Add a check for install in the example configure.ac.
This commit is contained in:
parent
cb670b780d
commit
74861c8967
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ AC_CONFIG_SRCDIR(src)
|
||||||
dnl If your package uses C, you want a C compiler and a C preprocessor
|
dnl If your package uses C, you want a C compiler and a C preprocessor
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_CPP
|
AC_PROG_CPP
|
||||||
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
dnl The buildsys might require ln -s to install libraries.
|
dnl The buildsys might require ln -s to install libraries.
|
||||||
dnl Uncomment if you are compiling a library.
|
dnl Uncomment if you are compiling a library.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue