Skip to content

Commit

Permalink
Added dgrep and dparallel into the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bringhurst committed Dec 6, 2013
1 parent 49b59e8 commit 303d5ab
Show file tree
Hide file tree
Showing 51 changed files with 1,799 additions and 49,272 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = src doc
SUBDIRS = src doc experimental

MAINTAINERCLEANFILES = \
aclocal.m4 config.guess config.xml \
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src doc
SUBDIRS = src doc experimental
MAINTAINERCLEANFILES = \
aclocal.m4 config.guess config.xml \
config.h.in config.sub configure install-sh \
Expand Down
6 changes: 6 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -7525,6 +7525,9 @@ echo
ac_config_files="$ac_config_files Makefile src/Makefile src/common/Makefile src/dcmp/Makefile src/dcp/Makefile src/dfind/Makefile src/drm/Makefile src/dwalk/Makefile doc/Makefile doc/man/Makefile doc/man/man1/Makefile"
ac_config_files="$ac_config_files experimental/Makefile experimental/dgrep/Makefile experimental/dparallel/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
Expand Down Expand Up @@ -8281,6 +8284,9 @@ do
"doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
"doc/man/Makefile") CONFIG_FILES="$CONFIG_FILES doc/man/Makefile" ;;
"doc/man/man1/Makefile") CONFIG_FILES="$CONFIG_FILES doc/man/man1/Makefile" ;;
"experimental/Makefile") CONFIG_FILES="$CONFIG_FILES experimental/Makefile" ;;
"experimental/dgrep/Makefile") CONFIG_FILES="$CONFIG_FILES experimental/dgrep/Makefile" ;;
"experimental/dparallel/Makefile") CONFIG_FILES="$CONFIG_FILES experimental/dparallel/Makefile" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac
Expand Down
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,9 @@ AC_CONFIG_FILES([Makefile \
doc/man/man1/Makefile \
])

AC_CONFIG_FILES([experimental/Makefile \
experimental/dgrep/Makefile \
experimental/dparallel/Makefile \
])

AC_OUTPUT
1 change: 1 addition & 0 deletions experimental/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SUBDIRS = dgrep dparallel #dtar
Loading

0 comments on commit 303d5ab

Please sign in to comment.