~awn-core/awn/trunk-rewrite

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Mark Lee
  • Date: 2009-03-02 06:50:31 UTC
  • Revision ID: bzr@lazymalevolence.com-20090302065031-lvvzkqyq12x2oaqg
Build system: Add shave support (generates much less verbose autotools output).

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
AS_AC_EXPAND([DATADIR], [$datadir])
198
198
AS_AC_EXPAND([LIBDIR], [$libdir])
199
199
 
 
200
SHAVE_INIT([shave], [enable])
 
201
 
200
202
AC_OUTPUT([
201
203
Makefile
202
204
applets/Makefile
224
226
libawn/anims/Makefile
225
227
libawn/egg/Makefile
226
228
po/Makefile.in
 
229
shave/shave
 
230
shave/shave-libtool
227
231
src/Makefile
228
232
themes/Makefile
229
233
])