diff --git a/cf b/cf index 14e1e47e5..68748cb54 100644 --- a/cf +++ b/cf @@ -2,7 +2,7 @@ #X="-x" #HDF5=1 -#DAP=1 +DAP=1 #CDMR=1 #RPC=1 @@ -15,7 +15,7 @@ cmds="" cmds="all" #cmds="all check" #cmds="all dist" -#cmds="all distcheck" +cmds="all distcheck" # Default cases PREFIX="/tmp/install/${HOST}" diff --git a/libdap2/daputil.c b/libdap2/daputil.c index 8f9eb5743..9488ba6be 100644 --- a/libdap2/daputil.c +++ b/libdap2/daputil.c @@ -22,9 +22,9 @@ static char* makepathstring3(CDFnode* var, const char* separator, int ocify); /**************************************************/ /** - * Provide a hidden interface to allow utilities*/ - * to check if a given path name is really an ncdap3 url.*/ - * If no, return null, else return basename of the url*/ + * Provide a hidden interface to allow utilities + * to check if a given path name is really an ncdap3 url. + * If no, return null, else return basename of the url * minus any extension. */