Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-tests
Commits
76929fdd
Commit
76929fdd
authored
Sep 05, 2018
by
Philip Carns
Browse files
fix gitignore and config.h name
parent
12bdfb73
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
76929fdd
*.o
*.d
*.i
*.s
*.swp
sds-tests-config.h
autom4te.cache/
config.log
config.status
Makefile
Makefile.in
sds-tests-config.h.in
sds-tests-config.h.in~
configure
cscope.files
aclocal.m4
Makefile.in
compile
config.guess
config.sub
depcomp
install-sh
missing
test-driver
ltmain.sh
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
configure.ac
View file @
76929fdd
...
...
@@ -16,7 +16,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects -Wall])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR([README.md])
AC_CONFIG_HEADERS([sds-test-config.h])
AC_CONFIG_HEADERS([sds-test
s
-config.h])
# Checks for programs.
AC_PROG_CC
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment