diff options
author | 1997-08-03 15:27:36 +0000 | |
---|---|---|
committer | 1997-08-03 15:27:36 +0000 | |
commit | a192cd1b50bee9950519cf074f7e0b9302959055 (patch) | |
tree | 837014df0ac49ab1f485596b6066db10fb8f45ef | |
parent | oops. ok, why does my footer not show up yet?? (diff) | |
download | wireguard-openbsd-a192cd1b50bee9950519cf074f7e0b9302959055.tar.xz wireguard-openbsd-a192cd1b50bee9950519cf074f7e0b9302959055.zip |
Stupid hack to keep build from dying in texinfo/po when @obj is in da house.
You will probably have to re-fetch texinfo if your build blew up in the
past. Sorry.
Should really have GNU autoconf 2.12 in the tree, but Theo does't like it.
Hmmm, that's a really good reason to hack derived files instead of source.
-rw-r--r-- | gnu/usr.bin/texinfo/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/configure b/gnu/usr.bin/texinfo/configure index 37c45196f28..b79957d79ff 100644 --- a/gnu/usr.bin/texinfo/configure +++ b/gnu/usr.bin/texinfo/configure @@ -3519,7 +3519,7 @@ echo "configure:3511: checking for catalogs to be installed" >&5 fi if test -n "$LINGUAS"; then - for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done + for lang in $LINGUAS; do CATALOGS="$CATALOGS $srcdir/po/$lang$CATOBJEXT"; done fi fi |