Searched refs:PR_PROGRAM (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/diff/ |
H A D | util.c | 185 #if HAVE_FORK && defined (PR_PROGRAM) 214 #ifdef PR_PROGRAM in begin_output() 238 execl (PR_PROGRAM, PR_PROGRAM, "-f", "-h", name, NULL); in begin_output() 239 pfatal_with_name (PR_PROGRAM); in begin_output() 249 char *command = xmalloc (4 * strlen (name) + strlen (PR_PROGRAM) + 10); in begin_output() 252 sprintf (command, "%s -f -h ", PR_PROGRAM); in begin_output() 302 #ifdef PR_PROGRAM in finish_output()
|
H A D | ChangeLog | 347 * Makefile.in: Don't define PR_PROGRAM - it's defined by configure. 366 * Makefile.in: Get PR_PROGRAM from autoconf instead of hard coding. 368 Also add a dependency for util.o on Makefile since PR_PROGRAM gets 620 * util.c (begin_output, finish_output): If PR_PROGRAM is not
|
/netbsd-src/external/gpl2/diffutils/dist/ |
H A D | configure.ac | 52 AC_PATH_PROG(PR_PROGRAM, pr, "") 53 AC_DEFINE_UNQUOTED(PR_PROGRAM, "$PR_PROGRAM", [Name of "pr" program.]) definition
|
H A D | Makefile.in | 100 PR_PROGRAM = @PR_PROGRAM@
|
H A D | ChangeLog | 597 * configure.ac (PR_PROGRAM): Use AC_DEFINE_UNQUOTED, so that 598 $PR_PROGRAM is expanded by sh. 1175 (PR_PROGRAM): AC_DEFINE. 1271 (PR_PROGRAM): All `configure' to define it. 1299 * configure.in (AC_PATH_PROG): Add PR_PROGRAM. 1419 (PR_PROGRAM): New macro. 1659 NULL_DEVICE, PR_PROGRAM, PROGRAMS): New variables. 1676 * diff.h (PR_FILE_NAME): Rename to PR_PROGRAM and move to Makefile.in, 1691 * util.c (PR_PROGRAM): Moved here from diff.h.
|
H A D | configure | 3742 case $PR_PROGRAM in 3744 ac_cv_path_PR_PROGRAM="$PR_PROGRAM" # Let the user override the test with a path. 3765 PR_PROGRAM=$ac_cv_path_PR_PROGRAM 3767 if test -n "$PR_PROGRAM"; then 3768 echo "$as_me:$LINENO: result: $PR_PROGRAM" >&5 3769 echo "${ECHO_T}$PR_PROGRAM" >&6 14652 s,@PR_PROGRAM@,$PR_PROGRAM,;t t
|
H A D | config.hin | 425 #undef PR_PROGRAM
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | Makefile.in | 100 PR_PROGRAM = @PR_PROGRAM@
|
H A D | util.c | 32 char const pr_program[] = PR_PROGRAM;
|
/netbsd-src/external/gpl2/diffutils/dist/lib/posix/ |
H A D | Makefile.in | 96 PR_PROGRAM = @PR_PROGRAM@
|
/netbsd-src/external/gpl2/diffutils/dist/m4/ |
H A D | Makefile.in | 96 PR_PROGRAM = @PR_PROGRAM@
|
/netbsd-src/external/gpl2/diffutils/dist/man/ |
H A D | Makefile.in | 100 PR_PROGRAM = @PR_PROGRAM@
|
/netbsd-src/external/gpl2/diffutils/include/ |
H A D | config.h | 426 #define PR_PROGRAM "/usr/bin/pr" macro
|
/netbsd-src/external/gpl2/diffutils/dist/doc/ |
H A D | Makefile.in | 100 PR_PROGRAM = @PR_PROGRAM@
|
/netbsd-src/external/gpl2/xcvs/include/ |
H A D | config.h | 901 #define PR_PROGRAM "/usr/bin/pr" macro
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | Makefile.in | 100 PR_PROGRAM = @PR_PROGRAM@
|
/netbsd-src/external/gpl2/xcvs/dist/ |
H A D | config.h.in | 888 #undef PR_PROGRAM
|
H A D | configure.in | 105 AC_DEFINE_UNQUOTED([PR_PROGRAM], ["$PR"], [Path to the pr utility]) definition
|
H A D | ChangeLog | 3837 * configure.in: Comment definition of PR_PROGRAM. 3844 * configure.in: Define PR_PROGRAM if `pr' has been found.
|