Changeset 788 in MondoRescue for trunk/mondo/configure.in


Ignore:
Timestamp:
Sep 13, 2006, 2:52:44 PM (18 years ago)
Author:
Bruno Cornec
Message:

source directory is now src

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/configure.in

    r783 r788  
    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
     
    127127AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr strspn getline asprintf trunc vasprintf])
    128128
    129 AC_OUTPUT([Makefile mondo/Makefile mondo/common/Makefile mondo/lib/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])
     129AC_OUTPUT([Makefile src/Makefile src/common/Makefile src/lib/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.