[PATCH 3/6] wmmp3: Rename configure.in as configure.ac.

Doug Torrance <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
---
 wmmp3/configure.ac | 19 +++++++++++++++++++
 wmmp3/configure.in | 19 -------------------
 2 files changed, 19 insertions(+), 19 deletions(-)
 create mode 100644 wmmp3/configure.ac
 delete mode 100644 wmmp3/configure.in

diff --git a/wmmp3/configure.ac b/wmmp3/configure.ac
new file mode 100644
index 0000000..69a6c9d
--- /dev/null
+++ b/wmmp3/configure.ac
@@ -0,0 +1,19 @@
+AC_INIT(main.c)
+AM_INIT_AUTOMAKE(wmmp3,0.12)
+AC_PROG_CC
+AC_PROG_INSTALL
+AC_PATH_XTRA
+
+if test "$x_includes" != "NONE"; then
+        CFLAGS="$CFLAGS -I$x_includes"
+fi
+
+if test "$x_libraries" != "NONE"; then
+        LDFLAGS="$LDFLAGS -L$x_libraries"
+fi
+
+AC_CHECK_LIB(X11, XOpenDisplay)
+AC_CHECK_LIB(Xext, XShapeCombineMask)
+AC_CHECK_LIB(Xpm, XpmCreatePixmapFromData, , , $LIBS)
+
+AC_OUTPUT(Makefile)
diff --git a/wmmp3/configure.in b/wmmp3/configure.in
deleted file mode 100644
index 69a6c9d..0000000
--- a/wmmp3/configure.in
+++ /dev/null
@@ -1,19 +0,0 @@
-AC_INIT(main.c)
-AM_INIT_AUTOMAKE(wmmp3,0.12)
-AC_PROG_CC
-AC_PROG_INSTALL
-AC_PATH_XTRA
-
-if test "$x_includes" != "NONE"; then
-        CFLAGS="$CFLAGS -I$x_includes"
-fi
-
-if test "$x_libraries" != "NONE"; then
-        LDFLAGS="$LDFLAGS -L$x_libraries"
-fi
-
-AC_CHECK_LIB(X11, XOpenDisplay)
-AC_CHECK_LIB(Xext, XShapeCombineMask)
-AC_CHECK_LIB(Xpm, XpmCreatePixmapFromData, , , $LIBS)
-
-AC_OUTPUT(Makefile)
-- 
2.7.4


-- 
To unsubscribe, send mail to [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.