x-itec / asciidoc

Automatically exported from code.google.com/p/asciidoc
GNU General Public License v2.0
0 stars 0 forks source link

patch for Makefile.in #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The $(DESTDIR) approach in Makefile.in does not follow the autoconf standard. 
The current make file does not work properly with
    configure --prefix=XXXX
The attached patch fixes the problem.

Original issue reported on code.google.com by Norbert....@gmail.com on 22 Aug 2010 at 8:34

Attachments:

GoogleCodeExporter commented 8 years ago
How does it fail with the current approach? I was just installing Asciidoc and 
noticed a somewhat related issue (the forced install of stuff into /etc/vim 
regardless of prefix). I'm gonna file a bug about that but otherwise installing 
into a prefix seems to work just fine.

Besides, for packagers DESTDIR is useful because it allows installing into a 
staging area while still passing the "correct" prefix (/usr) to configure.

Original comment by ilkka.s....@gmail.com on 13 Jan 2011 at 10:51