Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

    r3423 r3424  
    203203          esac; \
    204204        done; \
    205         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/console/Makefile'; \
     205        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/console/Makefile'; \
    206206        cd $(top_srcdir) && \
    207           $(AUTOMAKE) --gnu  src/console/Makefile
     207          $(AUTOMAKE) --foreign  src/console/Makefile
    208208.PRECIOUS: Makefile
    209209Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.