[hipl-commit] [trunk] Rev 4206: Remove unnecessary AC_CONFIG_SRCDIR declaration.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 9 Apr 2010 16:16:01 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 09/04/2010 at 16:16:01
Revision: 4206
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove unnecessary AC_CONFIG_SRCDIR declaration.
  
  HIPL has a standard source directory layout, so there is no need to
  test that configure assumes the right source directory.

Modified:
  M  configure.ac

=== modified file 'configure.ac'
--- configure.ac        2010-04-09 12:50:51 +0000
+++ configure.ac        2010-04-09 13:12:49 +0000
@@ -6,7 +6,6 @@
 
 AC_PREREQ([2.53])
 AC_INIT([HIP for Linux], [main], [hipl-users@xxxxxxxxxxxxx], [hipl])
-AC_CONFIG_SRCDIR([tools/hipconftool.c])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])

Other related posts:

  • » [hipl-commit] [trunk] Rev 4206: Remove unnecessary AC_CONFIG_SRCDIR declaration. - Diego Biurrun