comparison images/lfs-bootstrap/mnt/build/m4.sh @ 16:0bdce741ba83

Upgrade lfs-bootstrap from 6.7 to Linux From Scratch 6.8.
author Rob Landley <rob@landley.net>
date Sun, 30 Oct 2011 17:58:45 -0500
parents bcd2e358d57f
children 6f975a65fe1d
comparison
equal deleted inserted replaced
15:8c1a9d4cb1d2 16:0bdce741ba83
1 #!/bin/sh 1 generic-check.sh
2
3 sed -i -e '/"m4.h"/a#include <sys/stat.h>' src/path.c &&
4 ./configure --prefix=/usr &&
5 make || exit 1
6
7 if [ ! -z "$CHECK" ]
8 then
9 make check || exit 1
10 fi
11
12 make install