Changeset 899 in MondoRescue for branches/stable/mondo/configure.in


Ignore:
Timestamp:
Oct 23, 2006, 12:13:04 AM (18 years ago)
Author:
Bruno Cornec
Message:
  • src directory used in Makefile
  • new announce
  • fix for italian mirror
  • first try for an x86_64 generation

-busybox handles modules again (should fix some bugs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/configure.in

    r553 r899  
    1111define(MONDO_TAG,MONDO_VER-MONDO_REV)
    1212AC_INIT([Mondo Rescue],MONDO_TAG,[mondo-devel@lists.sourceforge.net])
    13 AC_CONFIG_SRCDIR([mondo/mondoarchive/main.c])
     13AC_CONFIG_SRCDIR([src/mondoarchive/main.c])
    1414AM_CONFIG_HEADER(config.h)
    1515
     
    1818AC_ARG_PROGRAM
    1919
    20 AM_INIT_AUTOMAKE([mondo], MONDO_VER)
     20AM_INIT_AUTOMAKE([src], MONDO_VER)
    2121AM_MAINTAINER_MODE
    2222
     
    121121AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr])
    122122
    123 AC_OUTPUT([Makefile mondo/Makefile mondo/common/Makefile mondo/mondoarchive/Makefile mondo/mondorestore/Makefile mondo/restore-scripts/Makefile mondo/restore-scripts/mondo/Makefile mondo/restore-scripts/usr/Makefile mondo/restore-scripts/usr/bin/Makefile mondo/post-nuke.sample/Makefile mondo/post-nuke.sample/usr/Makefile mondo/post-nuke.sample/usr/bin/Makefile])
     123AC_OUTPUT([Makefile src/Makefile src/common/Makefile src/mondoarchive/Makefile src/mondorestore/Makefile src/restore-scripts/Makefile src/restore-scripts/mondo/Makefile src/restore-scripts/usr/Makefile src/restore-scripts/usr/bin/Makefile src/post-nuke.sample/Makefile src/post-nuke.sample/usr/Makefile src/post-nuke.sample/usr/bin/Makefile])
Note: See TracChangeset for help on using the changeset viewer.