summaryrefslogtreecommitdiff
path: root/archivers/arj/patches/patch-ab
blob: c8260074915941a3dcbcb9657458d9793a18c2aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ab,v 1.1.1.1 2002/12/13 15:39:28 cjep Exp $

--- gnu/configure.in.orig	Thu Mar 28 00:03:42 2002
+++ gnu/configure.in
@@ -11,7 +11,7 @@ dnl Installation script (let it be, temp
 AC_PROG_INSTALL(e:/os2apps/autoconf/install-sh)
 
 dnl Configuration parameters
-AC_CONFIG_HEADER(../c_defs.h:config.h.in)
+AC_CONFIG_HEADER(c_defs.h:config.h.in)
 
 dnl Checks for the canonical system name
 AC_CANONICAL_HOST
@@ -115,4 +115,4 @@ AC_SUBST(LIBS)
 AC_SUBST(DYN_LIBS)
 AC_SUBST(LD_STRIP)
 
-AC_OUTPUT(../makefile.gnu:makefile.in)
+AC_OUTPUT(makefile.gnu:makefile.in)