projects
/
sigrok-cli.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1999ae0
)
Put most autotools files into autostuff/.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 3 Jan 2012 20:55:48 +0000
(21:55 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 3 Jan 2012 22:34:31 +0000
(23:34 +0100)
This yields a slightly more "tidy" top-level directory.
Makefile.am
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 8ddf91f50bb0190a776a9fff0c53580ff134d1a9..323adeb78f9db2d7daad97d80b10a674c571890b 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-17,6
+17,8
@@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
+ACLOCAL_AMFLAGS = -I autostuff
+
SUBDIRS = doc
bin_PROGRAMS = sigrok-cli
diff --git
a/configure.ac
b/configure.ac
index 67347a40faee84d90129ef16506c1cc9416695dc..b939a84d48128f9e09863f52ed1d755fbc719558 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-25,7
+25,8
@@
AC_INIT([sigrok-cli], [0.1], [sigrok-devel@lists.sourceforge.net],
AC_CONFIG_SRCDIR([sigrok-cli.c])
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_MACRO_DIR([autostuff])
+AC_CONFIG_AUX_DIR([autostuff])
AM_INIT_AUTOMAKE([-Wall -Werror foreign std-options])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])