Skip to content

Commit

Permalink
Merge pull request ash211#29 from pgaurav/master
Browse files Browse the repository at this point in the history
please merge
  • Loading branch information
shelswenson committed Jun 24, 2011
2 parents 3cc1c50 + d768553 commit 65e4d90
Show file tree
Hide file tree
Showing 33 changed files with 2,887 additions and 7,216 deletions.
753 changes: 0 additions & 753 deletions gtfold-mfe/Makefile

This file was deleted.

4,340 changes: 2,650 additions & 1,690 deletions gtfold-mfe/configure

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions gtfold-mfe/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script.

dnl AC_PREREQ([2.67])
dnl AC 2.62 needed for OpenMP
AC_PREREQ([2.67])
AC_PREREQ([2.63])

dnl AC_INIT (package, version, [bug-report-email], [tarname])
AC_INIT([gtfold],[1.18])
AC_INIT([gtfold],[2.0])

dnl check for this file's existence to make sure that the directory
dnl specified by --srcdir is the right one
Expand Down Expand Up @@ -178,7 +178,7 @@ AM_CONDITIONAL(GTFOLD_DEBUG, test x$debug = xtrue)

dnl Create makefiles and other configuration files
AC_CONFIG_FILES([Makefile src/Makefile data/Makefile include/Makefile])
AC_CONFIG_FILES([data/Turner99/Makefile data/Turner04/Makefile data/Andronescu/Makefile])
AC_CONFIG_FILES([data/Turner99/Makefile data/Turner04/Makefile data/Andronescu/Makefile data/UNAParams/Makefile])

dnl Generate `config.status' and launch it
AC_OUTPUT
Expand Down
Loading

0 comments on commit 65e4d90

Please sign in to comment.