Skip to content

Commit 1092a2d

Browse files
committed
testdir45: try 1.
1 parent 3b99e3a commit 1092a2d

1,019 files changed

Lines changed: 283671 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build-on.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ done
8888
# testdir42: libiconv-1.19
8989
# testdir43: pthread_sigmask sigdelay
9090
# testdir44: uchar-h
91-
cd testdir44 || exit 1
91+
# testdir45: regex
92+
cd testdir45 || exit 1
9293

9394
# Bring the time stamps into an order that will not require autoconf, automake, etc. to run again.
9495
sleep 1; touch `find . -name aclocal.m4 -type f`

testdir45/Makefile.am

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Process this file with automake to produce Makefile.in.
2+
3+
AUTOMAKE_OPTIONS = 1.14 foreign
4+
5+
SUBDIRS = gllib glm4 gltests
6+
7+
ACLOCAL_AMFLAGS = -I glm4

0 commit comments

Comments
 (0)