- Timestamp:
- Jun 15, 2004, 1:46:11 AM (20 years ago)
- Location:
- orxonox/branches/automake
- Files:
-
- 2 added
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/automake/configure
r1945 r1946 4905 4905 4906 4906 4907 ac_config_files="$ac_config_filesconsole/Makefile gui/Makefile src/Makefile"4907 ac_config_files="$ac_config_files Makefile console/Makefile gui/Makefile src/Makefile" 4908 4908 4909 4909 cat >confcache <<\_ACEOF … … 5463 5463 case "$ac_config_target" in 5464 5464 # Handling of arguments. 5465 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 5465 5466 "console/Makefile" ) CONFIG_FILES="$CONFIG_FILES console/Makefile" ;; 5466 5467 "gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES gui/Makefile" ;; -
orxonox/branches/automake/configure.ac
r1945 r1946 39 39 AC_CHECK_FUNCS([bzero sqrt]) 40 40 41 AC_CONFIG_FILES([console/Makefile 41 AC_CONFIG_FILES([Makefile 42 console/Makefile 42 43 gui/Makefile 43 44 src/Makefile])
Note: See TracChangeset
for help on using the changeset viewer.