We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a13fd commit e362088Copy full SHA for e362088
Makefile.am
@@ -1,4 +1,5 @@
1
bin_PROGRAMS = null-shell
2
+bin_PATH = /bin
3
4
null_shell_SOURCES = \
5
null_shell.c
configure.ac
@@ -6,7 +6,7 @@ AM_INIT_AUTOMAKE
6
7
AC_PROG_CC
8
9
-PKG_PROG_PKG_CONFIG([0.25])
+AC_PREFIX_DEFAULT([])
10
11
AC_CONFIG_FILES([Makefile])
12
AC_OUTPUT
0 commit comments