project-street

Top_Secret :P
git clone git://archive.git.mtrnord.blog/MTRNord/project-street.git
Log | Files | Refs | README | LICENSE

configure.ac (513B)


      1 #                                               -*- Autoconf -*-
      2 # Process this file with autoconf to produce a configure script.
      3 
      4 AC_PREREQ([2.69])
      5 AC_INIT(streetRating, 0.0.1, infoATnordgedanken.de)
      6 AC_CONFIG_SRCDIR([src/road_detection.cpp])
      7 AC_CONFIG_HEADERS([config.h])
      8 
      9 # Checks for programs.
     10 AC_PROG_CXX
     11 
     12 # Checks for libraries.
     13 
     14 # Checks for header files.
     15 
     16 # Checks for typedefs, structures, and compiler characteristics.
     17 
     18 # Checks for library functions.
     19 
     20 AM_INIT_AUTOMAKE
     21 AC_OUTPUT(Makefile src/Makefile)