diff options
| author | Ted Gould <ted@gould.cx> | 2009-12-21 16:33:57 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2009-12-21 16:33:57 +0000 |
| commit | dafdbba46a1d5dff3ff4eb6c77f25ff6e16f1d63 (patch) | |
| tree | a194517d6d8d0685123e680681879c868246a01f | |
| parent | Changed the default Win32 build target from dist-inkscape to dist-all (so ink... (diff) | |
| download | inkscape-dafdbba46a1d5dff3ff4eb6c77f25ff6e16f1d63.tar.gz inkscape-dafdbba46a1d5dff3ff4eb6c77f25ff6e16f1d63.zip | |
Using automake 1.11's shave support if it's available.
(bzr r8900)
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 27e045484..32990943b 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,9 @@ AC_PROG_INTLTOOL(0.22) AC_HEADER_STDC INK_SVN_SNAPSHOT_BUILD +dnl If automake 1.11 shave the output to look nice +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) + dnl These next few lines are needed only while libcroco is in our source tree. AC_PROG_CC AM_PROG_CC_C_O |
