This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
app-defaults directory?
- From: mcmahill at mtl dot mit dot edu
- To: automake at gnu dot org
- Cc: autoconf at gnu dot org
- Date: Fri, 22 Nov 2002 22:50:11 -0500 (EST)
- Subject: app-defaults directory?
- Reply-to: mcmahill at mtl dot mit dot edu
whats the correct way to specify an X11 app-default file in an automake
file? Ie, I have something like:
bin_PROGRAMS=foo
foo_SOURCES= foo.c util.c util.h
somedirectoryforappdefaults_DATA= Foo
and I need to know what to put for "somedirectoryforappdefaults".
Thanks
-Dan