Browse Source

Semi-Merge commit 'ac053ed' into cg_merges_20130524b

Conflicts:
	autogen.sh
	configure.ac
Luke Dashjr 12 years ago
parent
commit
79e3d02ef8
2 changed files with 2 additions and 1 deletions
  1. 1 1
      autogen.sh
  2. 1 0
      ccan/Makefile.am

+ 1 - 1
autogen.sh

@@ -14,5 +14,5 @@ echo 'Running autoreconf -if...'
 	cd "${bs_dir}"
 	cd "${bs_dir}"
 	rm -rf autom4te.cache
 	rm -rf autom4te.cache
 	rm -f aclocal.m4 ltmain.sh
 	rm -f aclocal.m4 ltmain.sh
-	autoreconf -if
+	autoreconf -if ${AC_FLAGS}
 )
 )

+ 1 - 0
ccan/Makefile.am

@@ -1,3 +1,4 @@
 noinst_LIBRARIES	= libccan.a
 noinst_LIBRARIES	= libccan.a
 
 
 libccan_a_SOURCES	= compiler/compiler.h opt/helpers.c opt/opt.c opt/opt.h opt/parse.c opt/private.h opt/usage.c typesafe_cb/typesafe_cb.h
 libccan_a_SOURCES	= compiler/compiler.h opt/helpers.c opt/opt.c opt/opt.h opt/parse.c opt/private.h opt/usage.c typesafe_cb/typesafe_cb.h
+libccan_a_CPPFLAGS	= -I$(top_srcdir)