Skip to content

Commit

Permalink
BLD: Switch m4 to submodule.
Browse files Browse the repository at this point in the history
This should make autoconf stuff consistent between 2D and 3D codes.
Fixes #144.
  • Loading branch information
Elliott Sales de Andrade committed Jan 7, 2015
1 parent 04c7005 commit 4e2953f
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 1,988 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "m4"]
path = m4
url = https://github.com/geodynamics/autoconf_cig.git
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ AC_FC_WRAPPERS
AC_LANG(Fortran)
AC_FC_SRCEXT(f90)
AC_FC_FREEFORM()
CIT_FC_PP_DEFINE()
AC_FC_PP_DEFINE()
AC_SUBST([FC_DEFINE])

AC_PROG_CC
Expand Down
1 change: 1 addition & 0 deletions m4
Submodule m4 added at 2f5d95
126 changes: 0 additions & 126 deletions m4/ac_pkg_swig.m4

This file was deleted.

Loading

0 comments on commit 4e2953f

Please sign in to comment.