diff options
author | John Dennis <jdennis@jdennis.(none)> | 2009-07-14 11:25:37 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-07-15 08:56:51 -0400 |
commit | df8b16d7d55d97001ed71f629fc21511ec9f8d3b (patch) | |
tree | 601fc66ee7526f2035306e256265b5d9a0fab038 /common/configure.ac | |
parent | 7f5e857a11f932c247b5a96d0d86768226ba2e96 (diff) | |
download | sssd-df8b16d7d55d97001ed71f629fc21511ec9f8d3b.tar.gz sssd-df8b16d7d55d97001ed71f629fc21511ec9f8d3b.tar.xz sssd-df8b16d7d55d97001ed71f629fc21511ec9f8d3b.zip |
add path_utils filesystem path manipulation utility functions
remove trace macro, not needed
modifications to satisfy Stephen's checkin review
correct spelling of PATH_UTILS_ERROR_NOT_FULLY_NORMALIZED
add checks for truncation, return error
add checks for getcwd errors
modify (dst >= dst_end) test to be (dst > dst_end)
remove all use of tabs
remove all trailing whitespace
add missing truncation check after strncpy()
Fix path_utils.pc
Also correct a minor typo.
Diffstat (limited to 'common/configure.ac')
-rw-r--r-- | common/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/configure.ac b/common/configure.ac index 70d217171..89b3309ec 100644 --- a/common/configure.ac +++ b/common/configure.ac @@ -21,7 +21,7 @@ AS_IF([test ["$trace_level" -gt "0"] -a ["$trace_level" -lt "8"] ],[AC_SUBST([TR AC_CONFIG_FILES([Makefile trace/Makefile]) -AC_CONFIG_SUBDIRS([collection dhash ini]) +AC_CONFIG_SUBDIRS([collection dhash ini path_utils]) AC_DEFUN([WITH_SINGLELIB], [ AC_ARG_WITH([singlelib], |