[niepce] Make the build system use silent rules and remove shave.
- From: Hubert FiguiÃre <hub src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [niepce] Make the build system use silent rules and remove shave.
- Date: Sat, 12 Nov 2011 06:15:55 +0000 (UTC)
commit 842de6639c762f2243b01048119a2b7cdc98c040
Author: Hub Figuiere <hub figuiere net>
Date: Sat Oct 29 15:52:05 2011 -0700
Make the build system use silent rules and remove shave.
.gitignore | 4 +-
camerawire/configure.ac | 6 +--
camerawire/shave-libtool.in | 70 -------------------------------------------
camerawire/shave.in | 70 -------------------------------------------
configure.ac | 6 +--
shave-libtool.in | 70 -------------------------------------------
shave.in | 70 -------------------------------------------
7 files changed, 6 insertions(+), 290 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index edf6767..9b22b4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,8 +19,6 @@ ltmain.sh
stamp-*
autom4te.cache
intltool-*.in
-shave
-shave-libtool
*.o
*.lo
*.la
@@ -51,6 +49,8 @@ src/engine/db/test_library
src/engine/db/test_filebundle
src/engine/library/test_opqueue
src/niepce/niepce
+camerawire/src/camerawire
+camerawire/po/POTFILES
doc/Doxyfile
doc/doxygen/html
po/*.gmo
diff --git a/camerawire/AUTHORS b/camerawire/AUTHORS
new file mode 100644
index 0000000..e69de29
diff --git a/camerawire/NEWS b/camerawire/NEWS
new file mode 100644
index 0000000..e69de29
diff --git a/camerawire/configure.ac b/camerawire/configure.ac
index 8d22eea..649ea6a 100644
--- a/camerawire/configure.ac
+++ b/camerawire/configure.ac
@@ -3,6 +3,8 @@ AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_MAINTAINER_MODE
+m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
+AM_SILENT_RULES([yes])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR(m4)
@@ -131,12 +133,8 @@ AC_SUBST(CW_LOCALEDIR)
AC_DEFINE_UNQUOTED([CW_BUILD_CONFIG], ["$CW_BUILD_CONFIG"], [The string used to hardcode the build config.])
-SHAVE_INIT
-
AC_CONFIG_FILES([
Makefile
-shave
-shave-libtool
src/Makefile
po/Makefile.in
po/Makefile
diff --git a/configure.ac b/configure.ac
index 74330a6..4c151e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,8 @@ AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_MAINTAINER_MODE
+m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
+AM_SILENT_RULES([yes])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR(m4)
@@ -133,14 +135,10 @@ AC_SUBST(NIEPCE_LOCALEDIR)
AC_DEFINE_UNQUOTED([NIEPCE_BUILD_CONFIG], ["$NIEPCE_BUILD_CONFIG"], [The string used to hardcode the build config.])
-SHAVE_INIT
-
AC_CONFIG_SUBDIRS(camerawire)
AC_CONFIG_FILES([
Makefile
-shave
-shave-libtool
art/Makefile
doc/Doxyfile
doc/Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]