Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
abt-io
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
sds
abt-io
Commits
7ca606b4
Commit
7ca606b4
authored
Jul 10, 2016
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switch to libtool
parent
2a3e45f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
.gitignore
.gitignore
+6
-0
configure.ac
configure.ac
+2
-1
No files found.
.gitignore
View file @
7ca606b4
...
...
@@ -22,3 +22,9 @@ 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 @
7ca606b4
...
...
@@ -3,6 +3,8 @@
AC_PREREQ([2.67])
AC_INIT([abt-io], [0.1], [],[],[])
AC_CONFIG_MACRO_DIRS([m4])
LT_INIT
AC_CANONICAL_TARGET
AC_CANONICAL_SYSTEM
...
...
@@ -21,7 +23,6 @@ AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CXX
AC_PROG_CXXCPP
AC_PROG_RANLIB
AC_PROG_MKDIR_P
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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