diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..cada8bd --- /dev/null +++ b/configure.ac @@ -0,0 +1,21 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.69]) +AC_INIT([mageia-xfce-config], [4.100.5.8], [http://bugs.mageia.org]) +AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz]) + +# Checks for programs. +AC_PROG_INSTALL +AC_PROG_MKDIR_P + +# Checks for libraries. + +# Checks for header files. + +# Checks for typedefs, structures, and compiler characteristics. + +# Checks for library functions. + +AC_CONFIG_FILES([Makefile data/Makefile]) +AC_OUTPUT |