Skip to content

Commit c192f36

Browse files
committed
Update comments
1 parent a2f8707 commit c192f36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
2-
# Anticonf (tm) script by Jeroen Ooms (2015)
3-
# This script will query 'pkg-config' for the required cflags and ldflags.
4-
# If pkg-config is unavailable or does not find the library, try setting
5-
# INCLUDE_DIR and LIB_DIR manually via e.g:
2+
# Anticonf script by Jeroen Ooms (2015)
3+
# The script will try 'mariadb_config' and 'mysql_config' to find required
4+
# cflags and ldflags. Make sure this executable is in PATH when installing
5+
# the package. Alternatively, you can set INCLUDE_DIR and LIB_DIR manually:
66
# R CMD INSTALL --configure-vars='INCLUDE_DIR=/.../include LIB_DIR=/.../lib'
77

88
# Library settings

0 commit comments

Comments
 (0)