]> sigrok.org Git - sigrok-gtk.git/commitdiff
Put most autotools files into autostuff/.
authorUwe Hermann <redacted>
Tue, 3 Jan 2012 20:55:48 +0000 (21:55 +0100)
committerUwe Hermann <redacted>
Tue, 3 Jan 2012 22:34:31 +0000 (23:34 +0100)
This yields a slightly more "tidy" top-level directory.

Makefile.am
configure.ac

index ad59c2d00a46c6cfafb5998cdfd41abdaac7da88..cd225dcc44bf9292b0d251e6c3a47960a5c614c2 100644 (file)
@@ -17,6 +17,8 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
+ACLOCAL_AMFLAGS = -I autostuff
+
 bin_PROGRAMS = sigrok-gtk
 
 sigrok_gtk_SOURCES = main.c log.c toolbar.c gtkcellrenderersignal.c \
index 87e39e3dc2130360266113e741770002b04a9588..cedffd248eb4413b8ae88984e07963ab291397a8 100644 (file)
@@ -20,6 +20,8 @@
 AC_INIT([sigrok-gtk], [0.1], [gareth@blacksphere.co.nz])
 AC_CONFIG_SRCDIR([main.c])
 AC_PREREQ(2.57)
+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])])