From 39cc5b8d65adfd01a4d12f9379866fae257a3772 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 15 Oct 2006 12:22:53 +0000 Subject: 2006-10-15 Thomas Schwinge [task #5956 --- ``Automake'ify GNU Mach's code base''] * linux/configfrag.ac (AC_PREREQ, AC_INIT, AC_CONFIG_SRCDIR) (AC_CONFIG_HEADER, AC_CANONICAL_HOST, hurd_SYSTYPE, AC_CONFIG_FILES) (AC_OUTPUT): Don't invoke. (../../version.m4, ../../Drivers.macros, ../../aclocal.m4): Don't include. : Only evaluate for i386. (--disable-default-device-drivers): Remove configuraion option. (LINUX_DEV, __KERNEL__): AC_DEFINE these. (scsi, net, pcmcia, wireless): Remove AC_DRIVER_CLASS instantiations. (device_driver_group): New shell function. (AC_OPTION, AC_OPTION_nodef): New functions. (linux_DRIVER): Rename function to AC_Linux_DRIVER and adopt. (linux_DRIVER_nodef): Likewise to AC_Linux_DRIVER_nodef. : Adopt to the new functions introduced above and re-position parts. : Adopt to the changes related to device driver groups. * linux/configure.in : Move to... * linux/configfrag.ac: ... here. * linux/configure.in: Remove file. * linux/configure: Likewise. * i386/linux/Makerules.in: Likewise. * Drivers.macros: Likewise. --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7483a5c..ec97677 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,30 @@ [task #5956 --- ``Automake'ify GNU Mach's code base''] + * linux/configfrag.ac (AC_PREREQ, AC_INIT, AC_CONFIG_SRCDIR) + (AC_CONFIG_HEADER, AC_CANONICAL_HOST, hurd_SYSTYPE, AC_CONFIG_FILES) + (AC_OUTPUT): Don't invoke. + (../../version.m4, ../../Drivers.macros, ../../aclocal.m4): Don't + include. + : Only evaluate for i386. + (--disable-default-device-drivers): Remove configuraion option. + (LINUX_DEV, __KERNEL__): AC_DEFINE these. + (scsi, net, pcmcia, wireless): Remove AC_DRIVER_CLASS instantiations. + (device_driver_group): New shell function. + (AC_OPTION, AC_OPTION_nodef): New functions. + (linux_DRIVER): Rename function to AC_Linux_DRIVER and adopt. + (linux_DRIVER_nodef): Likewise to AC_Linux_DRIVER_nodef. + : Adopt to the new functions introduced above + and re-position parts. + : Adopt to the changes related to device + driver groups. + * linux/configure.in : Move to... + * linux/configfrag.ac: ... here. + * linux/configure.in: Remove file. + * linux/configure: Likewise. + * i386/linux/Makerules.in: Likewise. + * Drivers.macros: Likewise. + * i386/linux/configure.ac: Move file... * linux/configfrag.ac: ... here. * i386/linux/configure: Remove file. -- cgit v1.2.3