Skip to content

Commit 4751a77

Browse files
committed
Have a servo-compatible ./configure
1 parent 5cbf074 commit 4751a77

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
*.dll
66
*.dummy
77
*-test
8+
Makefile

Makefile renamed to Makefile.in

File renamed without changes.

configure

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
SRCDIR="$(cd $(dirname $0) && pwd)"
4+
sed "s#%VPATH%#${SRCDIR}#" ${SRCDIR}/Makefile.in > Makefile

0 commit comments

Comments
 (0)