[31094] users/mww/libgnugetopt
source_changes at macosforge.org
source_changes at macosforge.org
Thu Nov 15 13:15:56 PST 2007
Revision: 31094
http://trac.macosforge.org/projects/macports/changeset/31094
Author: mww at macports.org
Date: 2007-11-15 13:15:55 -0800 (Thu, 15 Nov 2007)
Log Message:
-----------
add autogen.sh, fix includedir
Modified Paths:
--------------
users/mww/libgnugetopt/Makefile.am
users/mww/libgnugetopt/Makefile.in
Added Paths:
-----------
users/mww/libgnugetopt/autogen.sh
Modified: users/mww/libgnugetopt/Makefile.am
===================================================================
--- users/mww/libgnugetopt/Makefile.am 2007-11-15 21:12:45 UTC (rev 31093)
+++ users/mww/libgnugetopt/Makefile.am 2007-11-15 21:15:55 UTC (rev 31094)
@@ -1,6 +1,7 @@
lib_LTLIBRARIES = libgnugetopt.la
libgnugetopt_la_SOURCES = getopt1.c getopt.c
-incdir=$(includedir)/gnugetopt
+incdir=$(includedir)
inc_HEADERS = getopt.h
doc_DATA = README
+EXTRA_DIST = autogen.sh
Modified: users/mww/libgnugetopt/Makefile.in
===================================================================
--- users/mww/libgnugetopt/Makefile.in 2007-11-15 21:12:45 UTC (rev 31093)
+++ users/mww/libgnugetopt/Makefile.in 2007-11-15 21:15:55 UTC (rev 31094)
@@ -201,9 +201,10 @@
top_srcdir = @top_srcdir@
lib_LTLIBRARIES = libgnugetopt.la
libgnugetopt_la_SOURCES = getopt1.c getopt.c
-incdir = $(includedir)/gnugetopt
+incdir = $(includedir)
inc_HEADERS = getopt.h
doc_DATA = README
+EXTRA_DIST = autogen.sh
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-am
Added: users/mww/libgnugetopt/autogen.sh
===================================================================
--- users/mww/libgnugetopt/autogen.sh (rev 0)
+++ users/mww/libgnugetopt/autogen.sh 2007-11-15 21:15:55 UTC (rev 31094)
@@ -0,0 +1,4 @@
+#!/bin/sh
+aclocal && autoconf && autoheader && automake && \
+echo "o.k."
+
Property changes on: users/mww/libgnugetopt/autogen.sh
___________________________________________________________________
Name: svn:executable
+ *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071115/baa594a9/attachment.html
More information about the macports-changes
mailing list