Changeset 10603


Ignore:
Timestamp:
05/06/11 09:49:22 (14 years ago)
Author:
tbretz
Message:
The default now is not to overwrite files in .aux_dir
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/autogen.sh

    r10183 r10603  
    11#!/bin/sh
    2 autoreconf --force --install -I .macro_dir
     2# Consider all files obsolete
     3#autoreconf --force --install -I .macro_dir
     4
     5# Keep existing files - that doesn't overwrite ltmain.sh!
     6autoreconf --install -I .macro_dir
Note: See TracChangeset for help on using the changeset viewer.