Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6274 in orxonox.OLD for trunk


Ignore:
Timestamp:
Dec 24, 2005, 1:01:43 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: better destination of the m4-files (in acinclude.m4)

Location:
trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autogen.sh

    r6164 r6274  
    5555
    5656#aclocal $ACLOCAL_FLAGS -I ./m4 || exit;
    57 aclocal-1.9 -I m4 || aclocal -I m4 || exit;
     57aclocal-1.9 || aclocal || exit;
    5858autoheader || exit;
    5959automake-1.9 --add-missing --copy || automake --add-missing --copy;
  • trunk/configure.ac

    r6271 r6274  
    3636AC_CONFIG_SRCDIR([./src])
    3737AC_CONFIG_HEADER([config.h])
    38 AC_CONFIG_MACRO_DIR([m4])
    3938
    4039#########################
Note: See TracChangeset for help on using the changeset viewer.