Changeset a821d14 in git


Ignore:
Timestamp:
Jan 8, 2014, 3:55:15 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
116023a845c79844d3c14702788a6bda90297703
Parents:
d46d3c063b83c863091155ae1cb42041498e7389
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 15:55:15+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 15:56:29+01:00
Message:
Better Autogen (with more options)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • autogen.sh

    rd46d3c ra821d14  
    1 #!/bin/sh
     1#! /bin/bash
    22
    3 autoreconf -vif `dirname "$0"`
     3cd `dirname "$0"`
    44
     5# -d --warnings=all
     6autoreconf  -v -f -i --include=`pwd`/m4
     7
     8cd -
     9
Note: See TracChangeset for help on using the changeset viewer.