You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jim Jagielski <ji...@jaguNET.com> on 1997/09/10 00:51:29 UTC

HP-UX 10.10 Configure woes.

OK... I think I see the problem:

        awk >> $moddir/Makefile < $tmpfile '
	    BEGIN {
		printf "OBJS="
	    }
	    ($1 == "Module" && $3 ~ /^modules\/'$basedir'\//) {
		split ($3, pp, "/")
		printf "%s ", pp[3]
	    }
	    END {
		printf "\n"
	    }'

Note the '$basedir' part. I'm guessing the imbedded "'"s are
giving sh/awk the fits.

-- 
====================================================================
      Jim Jagielski            |       jaguNET Access Services
     jim@jaguNET.com           |       http://www.jaguNET.com/
            "Look at me! I'm wearing a cardboard belt!"