Skip to content

Commit 3b99e3a

Browse files
committed
testdir44: try 1.
1 parent 7b175b4 commit 3b99e3a

101 files changed

Lines changed: 55861 additions & 1 deletion

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
@@ -87,7 +87,8 @@ done
8787
# testdir41: git-merge-changelog
8888
# testdir42: libiconv-1.19
8989
# testdir43: pthread_sigmask sigdelay
90-
cd testdir43 || exit 1
90+
# testdir44: uchar-h
91+
cd testdir44 || exit 1
9192

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

testdir44/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)