Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1946 in orxonox.OLD for orxonox


Ignore:
Timestamp:
Jun 15, 2004, 1:46:11 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/automake: now it makes out of root

Location:
orxonox/branches/automake
Files:
2 added
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • orxonox/branches/automake/configure

    r1945 r1946  
    49054905
    49064906
    4907                               ac_config_files="$ac_config_files console/Makefile gui/Makefile src/Makefile"
     4907                                        ac_config_files="$ac_config_files Makefile console/Makefile gui/Makefile src/Makefile"
    49084908
    49094909cat >confcache <<\_ACEOF
     
    54635463  case "$ac_config_target" in
    54645464  # Handling of arguments.
     5465  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    54655466  "console/Makefile" ) CONFIG_FILES="$CONFIG_FILES console/Makefile" ;;
    54665467  "gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES gui/Makefile" ;;
  • orxonox/branches/automake/configure.ac

    r1945 r1946  
    3939AC_CHECK_FUNCS([bzero sqrt])
    4040
    41 AC_CONFIG_FILES([console/Makefile
     41AC_CONFIG_FILES([Makefile
     42                 console/Makefile
    4243                 gui/Makefile
    4344                 src/Makefile])
Note: See TracChangeset for help on using the changeset viewer.