Changeset 533 in MondoRescue for branches/stable


Ignore:
Timestamp:
May 12, 2006, 1:37:27 AM (18 years ago)
Author:
bcornec
Message:

Intl in autoconf build process

Location:
branches/stable/mondo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/Makefile.am

    r500 r533  
    11AUTOMAKE_OPTIONS = 1.7
    2 SUBDIRS        = mondo po
     2SUBDIRS        = m4 mondo po
    33man8_MANS      = docs/man/mondoarchive.8 docs/man/mondorestore.8
    44
    55ACLOCAL_AMFLAGS = -I m4
    66
    7 EXTRA_DIST = config.rpath config.rpath
     7EXTRA_DIST = config.rpath mkinstalldirs  config.rpath config.rpath
  • branches/stable/mondo/configure.in

    r502 r533  
    123123AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr])
    124124
    125 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])
     125AC_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 po/Makefile.in m4/Makefile])
Note: See TracChangeset for help on using the changeset viewer.