Skip to content

Commit

Permalink
Pull request for issure ash211#34 from prashant
Browse files Browse the repository at this point in the history
  • Loading branch information
Janderson3 committed Jun 28, 2011
2 parents 550c4ec + 8d711d3 commit 13896ec
Show file tree
Hide file tree
Showing 92 changed files with 5,635 additions and 7,120 deletions.
753 changes: 0 additions & 753 deletions gtfold-mfe/Makefile

This file was deleted.

4,341 changes: 2,651 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 data/RNAParams/Makefile])

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

0 comments on commit 13896ec

Please sign in to comment.