Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3424 in orxonox.OLD for orxonox/trunk/src/gui/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/gui/Makefile.in

    r3423 r3424  
    234234          esac; \
    235235        done; \
    236         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/gui/Makefile'; \
     236        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/gui/Makefile'; \
    237237        cd $(top_srcdir) && \
    238           $(AUTOMAKE) --gnu  src/gui/Makefile
     238          $(AUTOMAKE) --foreign  src/gui/Makefile
    239239.PRECIOUS: Makefile
    240240Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.