Cross Reference: 01-configure.ac.patch
xref
: /
solaris-userland
/
components
/
foomatic
/
db
/
patches
/
01-configure.ac.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
6718
N/A
In-house patch
6718
N/A
makes the original "
00-makefile.in.patch
" more general
6718
N/A
...to
be promote-able to comunity.
6718
N/A
6718
N/A
---
a/configure.ac
2016-07-20 05:53:41.592301927 -0700
6718
N/A
+++
b/configure.ac
2016-07-20 06:31:13.486744587 -0700
6718
N/A
@@ -10,6 +10,8 @@
6718
N/A
# Checks for programs.
6718
N/A
AC_PROG_INSTALL
6718
N/A
AC_PROG_MAKE_SET
6718
N/A
+AC_PROG_LN_S
6718
N/A
+AC_CHECK_PROG(TAR,tar,tar)
6718
N/A
6718
N/A
SBINSEARCHPATH=
/usr/sbin
:/sbin:
/usr/local/sbin
:
/etc/sbin
6718
N/A
BINSEARCHPATH=
/usr/bin
:/bin:
/usr/local/bin