relocatable-prog: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / mkdir
index 44b9057fc8f0ae00a3efd43ea8c01ef5dd5c3f86..032f1c5b61c8dd1d759f0fe545c1075da80dcf1d 100644 (file)
@@ -11,6 +11,9 @@ dirname-lgpl    [test $REPLACE_MKDIR = 1]
 
 configure.ac:
 gl_FUNC_MKDIR
+if test $REPLACE_MKDIR = 1; then
+  AC_LIBOBJ([mkdir])
+fi
 
 Makefile.am: