Changeset 2103


Ignore:
Timestamp:
Dec 31, 2011, 9:46:08 PM (12 years ago)
Author:
andersk
Message:
Makefile: tarballs: Only run autoconf if it has something to do
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/Makefile

    r2102 r2103  
    125125                if [ -x ./mrproper ]; then \
    126126                        ./mrproper; \
    127                         autoconf; \
     127                        if [ -e configure.in ] || [ -e configure.ac ]; then \
     128                                autoconf; \
     129                        fi; \
    128130                fi; \
    129131                popd; \
Note: See TracChangeset for help on using the changeset viewer.