Skip to content

Commit 2efab83

Browse files
committed
Move test-driver.scm
1 parent 0b8dabf commit 2efab83

File tree

5 files changed

+2
-11
lines changed

5 files changed

+2
-11
lines changed

.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@
1313
*.info
1414
aclocal.m4
1515
autom4te.cache
16-
build-aux/compile
17-
build-aux/config.guess
18-
build-aux/config.rpath
19-
build-aux/config.sub
20-
build-aux/depcomp
21-
build-aux/install-sh
22-
build-aux/missing
2316
ChangeLog
2417
confdefs.h
2518
conftest.*

Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ CLEANFILES = *~ *.html
1414

1515
MAINTAINERCLEANFILES = aclocal.m4 configure ChangeLog Makefile.in mkinstalldirs \
1616
stamp-h.in libtool config.cache config.h config.h.in acinclude.m4 \
17-
m4/libtool.m4 m4/lt~obsolete.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 \
18-
build-aux/compile build-aux/config.* build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh build-aux/missing
17+
m4/libtool.m4 m4/lt~obsolete.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4
1918

2019
maintainer-clean-local:
2120
rm -Rf pkg

autogen.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/sh
22
git log > ChangeLog
3-
# mkdir -p build-aux
4-
# touch build-aux/config.rpath
53
aclocal -I m4
64
autoheader
75
libtoolize --force

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ DATE=2023-02-14
77
AC_SUBST(DATE)
88
AM_INIT_AUTOMAKE([--warnings=no-portability foreign])
99
AC_CONFIG_MACRO_DIR([m4])
10+
AC_REQUIRE_AUX_FILE([config.rpath])
1011
AC_REQUIRE_AUX_FILE([test-driver.scm])
1112
AM_EXTRA_RECURSIVE_TARGETS([bench recheck integration reintegration])
1213
LT_INIT

0 commit comments

Comments
 (0)