dnl Copyright (C) 2005 RelaxBSD . dnl dnl Configuration file - processed by autoconf. AC_INIT AC_CONFIG_SRCDIR(relaxconf.sh) AM_INIT_AUTOMAKE(relaxconf, 1.1.1) AC_PATH_PROG(DIALOG, cdialog) if test -z "$DIALOG"; then echo "******Can't find cdialog******" 1>&2 exit 1 fi AC_SUBST(DIALOG) dnl The installed program must know where to find its message catalogs. dnl Unfortunately, prefix gets only finally determined at the end of configure. if test "X$prefix" = "XNONE"; then final_prefix="$ac_default_prefix" else final_prefix="$prefix" fi save_prefix="$prefix" prefix="$final_prefix" eval "localedir=\"${datadir}/locale\"" prefix="$save_prefix" AC_SUBST(localedir) dnl Support for the po directory. AM_PO_SUBDIRS AC_SUBST(XGETTEXT) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([after_installation_routines.sh:after_installation_routines_orig.sh], [chmod a+x after_installation_routines.sh]) AC_CONFIG_FILES([relaxconf:relaxconf.sh], [chmod a+x relaxconf]) AC_CONFIG_FILES([relaxinstaller:relaxinstaller.sh], [chmod a+x relaxinstaller]) AC_CONFIG_FILES([relaxlangconf:relaxlangconf.sh], [chmod a+x relaxlangconf]) AC_CONFIG_FILES([relaxloadsetting:relaxloadsetting.sh], [chmod a+x relaxloadsetting]) AC_CONFIG_FILES([relaxmediabackup:relaxmediabackup.sh], [chmod a+x relaxmediabackup]) AC_CONFIG_FILES([relaxmountdisk:relaxmountdisk.sh], [chmod a+x relaxmountdisk]) AC_CONFIG_FILES([relaxmountusb:relaxmountusb.sh], [chmod a+x relaxmountusb]) AC_CONFIG_FILES([relaxnetconf:relaxnetconf.sh], [chmod a+x relaxnetconf]) AC_CONFIG_FILES([relaxrestore:relaxrestore.sh], [chmod a+x relaxrestore]) AC_CONFIG_FILES([relaxsavesetting:relaxsavesetting.sh], [chmod a+x relaxsavesetting]) AC_CONFIG_FILES([relaxsnddetect:relaxsnddetect.sh], [chmod a+x relaxsnddetect]) AC_CONFIG_FILES([relaxwebinstaller:relaxwebinstaller.sh], [chmod a+x relaxwebinstaller]) AC_CONFIG_FILES([relaxxconf:relaxxconf.sh], [chmod a+x relaxxconf]) AC_CONFIG_FILES([data/Makefile]) AC_CONFIG_FILES([m4/Makefile]) AC_CONFIG_FILES([po/Makefile], [AM_POSTPROCESS_PO_MAKEFILE]) AC_OUTPUT