Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfce4-power-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
xfce4-power-manager
Commits
a8caa695
Commit
a8caa695
authored
15 years ago
by
Ali Abdallah
Browse files
Options
Downloads
Patches
Plain Diff
Use AC_USE_SYSTEM_EXTENSION
parent
66b2ea46
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac.in
+8
-13
8 additions, 13 deletions
configure.ac.in
with
8 additions
and
13 deletions
configure.ac.in
+
8
−
13
View file @
a8caa695
...
@@ -14,32 +14,27 @@ AM_CONFIG_HEADER([config.h])
...
@@ -14,32 +14,27 @@ AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# ===================================================== #
AC_USE_SYSTEM_EXTENSIONS()
# Check for UNIX variants #
# ===================================================== #
AC_AIX
AC_ISC_POSIX
AC_MINIX
# ===================================================== #
# ===================================================== #
# Basic compiler settings #
# Basic compiler settings #
# ===================================================== #
# ===================================================== #
AC_PROG_CC
AC_PROG_CC
()
AM_PROG_CC_C_O
AM_PROG_CC_C_O
()
AC_PROG_LD
AC_PROG_LD
()
AC_PROG_INSTALL
AC_PROG_INSTALL
()
AC_PROG_INTLTOOL([intltool_minimum_version], [no-xml])
AC_PROG_INTLTOOL([intltool_minimum_version], [no-xml])
# ===================================================== #
# ===================================================== #
# Initialize libtool #
# Initialize libtool #
# ===================================================== #
# ===================================================== #
AC_DISABLE_STATIC
AC_DISABLE_STATIC
()
AC_PROG_LIBTOOL
AC_PROG_LIBTOOL
()
# ==================================================== #
# ==================================================== #
# Check for headers needed for standard interfaces #
# Check for headers needed for standard interfaces #
# ==================================================== #
# ==================================================== #
AC_HEADER_STDC
AC_HEADER_STDC
()
AC_CHECK_HEADERS([errno.h signal.h stddef.h \
AC_CHECK_HEADERS([errno.h signal.h stddef.h \
string.h sys/stat.h sys/types.h sys/wait.h time.h \
string.h sys/stat.h sys/types.h sys/wait.h time.h \
unistd.h])
unistd.h])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment