Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3424 in orxonox.OLD for orxonox/trunk/src/Makefile.in


Ignore:
Timestamp:
Feb 27, 2005, 7:51:36 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: nice-up patch:
configure.ac is now really nice.

  1. Intro
  2. initialization
  3. statement-checking
  4. System check
  5. header/lib-check
  6. output

also redisigned the look of different things so it is more standardized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/Makefile.in

    r3423 r3424  
    318318          esac; \
    319319        done; \
    320         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
     320        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
    321321        cd $(top_srcdir) && \
    322           $(AUTOMAKE) --gnu  src/Makefile
     322          $(AUTOMAKE) --foreign  src/Makefile
    323323.PRECIOUS: Makefile
    324324Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.