Browse Source

Build system: add build-system related info

Add a few information on the build system. These information
will help to run bootstrap correctly.
Emmanuel Deloget 12 years ago
parent
commit
014ba86157
2 changed files with 2 additions and 0 deletions
  1. 1 0
      Makefile.am
  2. 1 0
      configure.ac

+ 1 - 0
Makefile.am

@@ -1,5 +1,6 @@
 ## Process this file with automake to generate Makefile.in
 AUTOMAKE_OPTIONS        = foreign nostdinc
+ACLOCAL_AMFLAGS         = -I m4
 
 AM_CPPFLAGS             = -I. -I$(top_srcdir)
 AM_LD                   = $(CC)

+ 1 - 0
configure.ac

@@ -10,6 +10,7 @@ AC_INIT([klish],
         [serj.kalichev at gmail dot com])
 
 AC_CONFIG_AUX_DIR(aux_scripts)
+AC_CONFIG_MACRO_DIR([m4])
 
 # Check for system extensions (_POSIX_THREAD_SEMANTICS for Solaris)
 AC_USE_SYSTEM_EXTENSIONS