Skip to content

Commit

Permalink
Merge branch 'release-2.36'
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew committed Nov 23, 2013
2 parents d59bd9c + 8f59f3f commit b72300d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# ACLOCAL_AMFLAGS = -I m4
SUBDIRS = \
qgraf \
src
Expand All @@ -25,6 +24,3 @@ tml/specmode.tml \
tml/su3_nocolor.inc \
tml/tbl.prg

# include aminclude.am

# EXTRA_DIST = autogen.sh $(DX_CONFIG) doc/html
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
AC_INIT([diana], 2.3.6, [email protected])
AC_INIT([diana], 2.3.6, https://github.com/apik/diana/)
AC_CONFIG_SRCDIR(src/init.c)

AM_INIT_AUTOMAKE([foreign])

dnl lib neede for DIANA
dnl lib needed for DIANA
AC_CHECK_LIB([m],[ceil])

AC_PROG_CC
Expand Down

0 comments on commit b72300d

Please sign in to comment.