Changeset f7b30b9 for configure


Ignore:
Timestamp:
06/05/09 00:52:29 (15 years ago)
Author:
Mateusz Hromada <ruanda@…>
Branches:
master
Children:
63a5739
Parents:
8338227
git-author:
Mateusz Hromada <ruanda@…> (06/05/09 00:52:29)
git-committer:
Mateusz Hromada <ruanda@…> (06/05/09 00:52:29)
Message:

Improvements on configure script.

  • config.h has more details about project
  • configure creates src directory unless it exists
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rc08f3b1 rf7b30b9  
    1313fi 
    1414 
     15if [ ! -d ./src ]; then 
     16  mkdir ./src 
     17fi 
     18 
    1519. ./auto/output/config_h 
    1620. ./auto/output/Makefile 
Note: See TracChangeset for help on using the changeset viewer.