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
chuck cranor
margo
Commits
cf11af56
Commit
cf11af56
authored
Jul 10, 2016
by
Philip Carns
Browse files
switch to libtool
parent
9cc12a04
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
cf11af56
...
...
@@ -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 @
cf11af56
...
...
@@ -3,6 +3,8 @@
AC_PREREQ([2.67])
AC_INIT([margo], [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
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