El 24/08/15 a les 21:20, Robert Millan ha escrit:
--- a/src/tools/make/configure
+++ b/src/tools/make/configure
@@ -971,6 +971,10 @@
#define DEFSHELL_CUSTOM "${BSHELL}"
EOF
+cat >>confdefs.h <<EOF
+#define MAXPATHLEN 1024
+EOF
+
# Make sure we have POSIX regex ability.
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
As I assume you re-generate configure from configure.ac, this part was ment to be editted out before submitting. Sorry for the oversight ;-) -- Robert Millan