I am specifying my Makefiles in configure.ac:

AC_CONFIG_FILES([Makefile
                                 private/Makefile])

However, I remove the private directory during "make dist". This causes a
./configure in the distributed package to fail because private/Makefile.in
does not exist. How do I add flexibility for directories to configure.ac? 

Thank You.

-- 
View this message in context: 
http://old.nabble.com/How-to-specify-Makefile-in-configure.ac-for-private-%28factory-only%29-directory--tp27150108p27150108.html
Sent from the Gnu - Autoconf - General mailing list archive at Nabble.com.



_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to