-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
372 additions
and
29,818 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
.tup | ||
build-* | ||
*~ | ||
*.in | ||
*.m4 | ||
*.cache | ||
compile | ||
compile_commands.json | ||
config.guess | ||
config.sub | ||
configure | ||
depcomp | ||
install-sh | ||
ltmain.sh | ||
missing | ||
test-driver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
AC_INIT([noshell], [0.1.0], [gmarcais@umd.edu]) | ||
AC_INIT([noshell],[0.2.0],[gmarcais@cmu.edu]) | ||
AC_CANONICAL_HOST | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
AM_INIT_AUTOMAKE([subdir-objects]) | ||
AM_INIT_AUTOMAKE([subdir-objects foreign parallel-tests color-tests]) | ||
AM_SILENT_RULES([yes]) | ||
AC_CONFIG_SRCDIR([lib]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
AC_PROG_LIBTOOL | ||
LT_INIT | ||
|
||
# Change default compilation flags | ||
CXXFLAGS="-std=c++0x $CXXFLAGS" | ||
# CXXFLAGS="-std=c++0x $CXXFLAGS" | ||
AC_LANG(C++) | ||
AC_PROG_CXX | ||
|
||
AC_CONFIG_FILES([Makefile noshell.pc]) | ||
# Find gtest | ||
PKG_CHECK_MODULES([GTEST], [gtest]) | ||
PKG_CHECK_MODULES([GTESTMAIN], [gtest_main]) | ||
|
||
AC_CONFIG_FILES([Makefile tests/Makefile noshell.pc]) | ||
AC_OUTPUT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.